Skip to content

subhra44/php-acl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic ACL script written on PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages