An object oriented access control system.
To install Daikengo, you first need to install Composer, a Package Manager for PHP, following these few steps:
curl -s https://getcomposer.org/installer | php
You can run this command to easily access composer from anywhere on your system:
sudo mv composer.phar /usr/local/bin/composer
Once you have installed Composer, it's easy install Daikengo.
- Edit your
composer.json
file, adding Daikengo to the require section:
{
"require": {
"3f/daikengo": "dev-master"
},
}
- Run the following command in your project root dir:
composer update
The documentation can be generated using Doxygen. A Doxyfile
is provided for your convenience.
Filippo F. Fadda - filippo.fadda@programmazione.it - http://www.linkedin.com/in/filippofadda
Copyright (c) 2016-2017, Filippo Fadda All rights reserved.
Daikengo is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.