PHP ACL is basic ACL script written on PHP.
Instructions
- Clone the repository
- Create a db and import the db.sql file
- Add all permissions to permissions table
- Copy the .env.example file to .env and adjust the variables
- Go to the project folder and install the dependencies using composer
composer install
- Refer the examples.php file for usage instructions
System Requirements