Could someone possibly help me choosing a PHP MVC framework? My requirements are:
- SIMPLE authentication system (no need for ACL, just isAuthenticated(), isInRole()
- Resources and RESTful approach
- Helpers (Html, Ajax and such stuff)
- It would be nice if it was PHP 5 only
I've tested some frameworks. CakePHP seemed good to me, but it has that PHP 4 crap and I don't like it's auth system.
Probably best to me was Nette, but still, do you know any better option that satisfies all the above conditions? Thanks in advance!