searchturbine / phpwee-php-minifier

Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee
Other
79 stars 46 forks source link

Make project PSR-4 compatible #2

Open julkue opened 9 years ago

julkue commented 9 years ago

The project currently is not PSR-4 compatible. To be compatible the namespaces should be PHPWee\HTMLMin, PHPWee\CSSMin, PHPWee\JSMin or you should put all that libraries into one directory "PHPWee"

Musiksammler commented 8 years ago

I made a pull request for this matter: https://github.com/searchturbine/phpwee-php-minifier/pull/8