Search code examples
phpacl

Framework with simple ACL out of the box


I'm a (hobby) PHP guy. I have experienced Fuelphp and loved it simple ACL solution out of the box. The big downside of Fuelphp is its small community.

I have seen many articles about Laravel, but I read the manual and found that it only have Authentication, not Authorization. Must install plugin which develop by 3rd party.

Symfony has ACL but it's seem complicated.

I even tried frameworks in other language like Playframework, Grails but like Laravel, it doesn't have ACL feature. In case of Grails, Spring Security plugin seem to be very complicated.

Could you please suggest some frameworks (php is preferred) that has simple ACL support right out of the box?

Thank you


Solution

  • You can look at phalcon framework. As it's documentation says:

    Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions attached to them.