Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dedalozzo/daikengo
An object oriented access control system.
https://github.com/dedalozzo/daikengo
access-control acl object-oriented php rbac system
Last synced: about 2 months ago
JSON representation
An object oriented access control system.
- Host: GitHub
- URL: https://github.com/dedalozzo/daikengo
- Owner: dedalozzo
- License: apache-2.0
- Created: 2017-10-12T17:42:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T11:42:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-16T02:19:51.066Z (2 months ago)
- Topics: access-control, acl, object-oriented, php, rbac, system
- Language: PHP
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/3f/daikengo/v/stable.png)](https://packagist.org/packages/3f/daikengo)
[![Latest Unstable Version](https://poser.pugx.org/3f/daikengo/v/unstable.png)](https://packagist.org/packages/3f/daikengo)
[![Build Status](https://scrutinizer-ci.com/g/dedalozzo/daikengo/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dedalozzo/daikengo/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dedalozzo/daikengo/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dedalozzo/daikengo/?branch=master)
[![License](https://poser.pugx.org/3f/daikengo/license.svg)](https://packagist.org/packages/3f/converter)
[![Total Downloads](https://poser.pugx.org/3f/daikengo/downloads.png)](https://packagist.org/packages/3f/converter)Daikengo
========
An object oriented access control system.Composer Installation
---------------------To install Daikengo, you first need to install [Composer](http://getcomposer.org/), a Package Manager for
PHP, following these few [steps](http://getcomposer.org/doc/00-intro.md#installation-nix):```sh
curl -s https://getcomposer.org/installer | php
```You can run this command to easily access composer from anywhere on your system:
```sh
sudo mv composer.phar /usr/local/bin/composer
```Daikengo Installation
--------------------
Once you have installed Composer, it's easy install Daikengo.1. Edit your `composer.json` file, adding Daikengo to the require section:
```sh
{
"require": {
"3f/daikengo": "dev-master"
},
}
```
2. Run the following command in your project root dir:
```sh
composer update
```Documentation
-------------
The documentation can be generated using [Doxygen](http://doxygen.org). A `Doxyfile` is provided for your convenience.Authors
-------
Filippo F. Fadda - -Copyright
---------
Copyright (c) 2016-2017, Filippo Fadda
All rights reserved.License
-------
Daikengo is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.