Use Slim framework
+1
In fact I don't know if I will use the Slim Framework because it does not support PHP 5.2 and since yesterday, I know there are some Pimp My Log users on PHP 5.2 because last Pimp My Log version 1.5 was broken on PHP 5.2...
Perhaps need to rewrite Slim a little bit to make it works with PHP 5.2 : for example, PHP 5.2 has no namespace feature... ouch !
Or perhaps make PML v >= 2.0.0 only for PHP v >= 5.3.0...
you should make PML php 5.3+ only, in fact it's already not compatible with php 5.2 the day you started using composer, because it uses DIR constants in it's autoloader and namespaces. it's time to move on, php 5.2 is in the museum, where really really old versions live
Hi @Gamesh,
Museum are nice too :-) Joking aside, using composer is not mandatory and many users still use the manual installation to support their PHP version.
I think the next version version will be tagged 2.x and will only be compliant with PHP 5.6.4 and with the Mbstring PHP Extension. I will not use the SLIM framework but lumen.
The htaccess and rewrite support will be necessary.