glenscott / url-normalizer

Syntax based normalization of URI's
MIT License
100 stars 16 forks source link

psr-4 autoload #18

Open mazovweb opened 9 years ago

mazovweb commented 9 years ago

please add psr-4 autoload. I'm using yii2 framework and your library not auto including.

glenscott commented 9 years ago

Hi,

I couldn't find any information that specifies that Yii2 is not PSR-0 compatible.

Can you confirm you are including the Composer autoload file as shown in this example:

http://www.yiiframework.com/doc-2.0/guide-concept-autoloading.html#using-other-autoloaders

Thanks.

Glen

glenscott commented 9 years ago

I've enabled PSR-4 on dev-master -- please can you update and test this version, and let me know if it works for you?

Thanks,

Glen

glenscott commented 9 years ago

@mazovweb have you had a chance to test the PSR-4 version?

glenscott commented 9 years ago

Hi @mazovweb -- did you have a chance to test the PSR-4 version?