Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 553 Bytes

File metadata and controls

17 lines (14 loc) · 553 Bytes

PHP ACL is basic ACL script written on PHP.

Instructions

  1. Clone the repository
  2. Create a db and import the db.sql file
  3. Add all permissions to permissions table
  4. Copy the .env.example file to .env and adjust the variables
  5. Go to the project folder and install the dependencies using composer
composer install
  1. Refer the examples.php file for usage instructions

System Requirements

PHP version 7.1 or higher.
MySQL version 5.6 or higher.