Bruce Wells
Bruce Wells
No big deal to leave it as is, since it should work fine with the composer autoloader which most people use. If you want to use only PSR-4, you can...
I believe this project is dead. I switched to https://github.com/voku/simple_html_dom and it seems to be better supported.
This repo is no longer maintained. I suggest moving to another one. See the comments in https://github.com/paquettg/php-html-parser/pull/289
Looks like this library has not been updated for 3 years and is now incompatible with some modern dependencies. I would say it has been abandoned by SparkPost. I have...
For version 10, can we change the HighlightUtilities namespace to Hightlight\Utilities and make Highlight\Utilities a static class with the functions as static methods? I think this is a better organization....
Actually after I wrote this, I realized you only need one namespace. You put in a class called Utilities with static methods. So instead of \HighlightUtilities\getStyleSheetFolder(), it becomes \Highlight\Utilities::getStyleSheetFolder(). It...
So I started moving to PSR-4 and replacing the HighlightUtilities namespace. Turns out you just change \HightlightUtilities\ to \Highlight\Utilities:: and you are done! But I noticed that the project is...
It is your library. I am simply suggesting some common techniques that work well. Classes with static methods work better than functions in namespaces as it allows for a simpler...
I am not sure what else is in 10, but happy to test tonight. I will see if I can update to dev-master for my http://www.phpfui.com site. Will be publicly...
I upgraded phpfui.com to dev-master and WOW! It is much faster. The largest file timed out before (170K) and everything seems super snappy now. I would recommend an immediate release...