PHPackages                             3f/daikengo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. 3f/daikengo

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

3f/daikengo
===========

An object oriented access control system.

1.1.2(8y ago)06.1k↓44.8%Apache-2.0PHPPHP &gt;=5.6.0

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dedalozzo/daikengo)[ Packagist](https://packagist.org/packages/3f/daikengo)[ Docs](https://github.com/dedalozzo/daikengo)[ RSS](/packages/3f-daikengo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/2333fa62a276b55dbdd449b9e39d3b9c9a92cba253eef692e532649d0fa09d2a/68747470733a2f2f706f7365722e707567782e6f72672f33662f6461696b656e676f2f762f737461626c652e706e67)](https://packagist.org/packages/3f/daikengo)[![Latest Unstable Version](https://camo.githubusercontent.com/eb781f151c75614d129c85fd319ae22fe4e68dc83978d4a38a4797701fa4a9b3/68747470733a2f2f706f7365722e707567782e6f72672f33662f6461696b656e676f2f762f756e737461626c652e706e67)](https://packagist.org/packages/3f/daikengo)[![Build Status](https://camo.githubusercontent.com/32598af46ed8788fed3733314eb733d3a676badd4c2af2d3f46ed4ba928117a1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646564616c6f7a7a6f2f6461696b656e676f2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dedalozzo/daikengo/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7d758720749e55f0174dfc643e5701c26eb84b79cfb2b045c76f7944cd3b433d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646564616c6f7a7a6f2f6461696b656e676f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dedalozzo/daikengo/?branch=master)[![License](https://camo.githubusercontent.com/c7db92b52cff8128fad1f667d2ec87d2a6db8e7245671bb6e6d3a5ee23755d72/68747470733a2f2f706f7365722e707567782e6f72672f33662f6461696b656e676f2f6c6963656e73652e737667)](https://packagist.org/packages/3f/converter)[![Total Downloads](https://camo.githubusercontent.com/3c674649958f72be907f783104d5769f55b7ba9729455284fceb31434899da68/68747470733a2f2f706f7365722e707567782e6f72672f33662f6461696b656e676f2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/3f/converter)

Daikengo
========

[](#daikengo)

An object oriented access control system.

Composer Installation
---------------------

[](#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):

```
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
```

Daikengo Installation
---------------------

[](#daikengo-installation)

Once you have installed Composer, it's easy install Daikengo.

1. Edit your `composer.json` file, adding Daikengo to the require section:

```
{
    "require": {
        "3f/daikengo": "dev-master"
    },
}
```

2. Run the following command in your project root dir:

```
composer update
```

Documentation
-------------

[](#documentation)

The documentation can be generated using [Doxygen](http://doxygen.org). A `Doxyfile` is provided for your convenience.

Authors
-------

[](#authors)

Filippo F. Fadda -  -

Copyright
---------

[](#copyright)

Copyright (c) 2016-2017, Filippo Fadda All rights reserved.

License
-------

[](#license)

Daikengo is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

4

Last Release

3084d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/311248?v=4)[Filippo Fadda](/maintainers/dedalozzo)[@dedalozzo](https://github.com/dedalozzo)

---

Top Contributors

[![dedalozzo](https://avatars.githubusercontent.com/u/311248?v=4)](https://github.com/dedalozzo "dedalozzo (22 commits)")

---

Tags

access-controlaclobject-orientedphprbacsystemobjectaccessaclpermissionrbacsystemcontrolroleoriented

### Embed Badge

![Health badge](/badges/3f-daikengo/health.svg)

```
[![Health](https://phpackages.com/badges/3f-daikengo/health.svg)](https://phpackages.com/packages/3f-daikengo)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[casbin/casbin

a powerful and efficient open-source access control library for php projects.

1.3k1.4M54](/packages/casbin-casbin)[efficiently/authority-controller

AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.

15533.2k](/packages/efficiently-authority-controller)[casbin/laravel-authz

An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel.

324339.9k4](/packages/casbin-laravel-authz)[2amigos/yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

298275.5k14](/packages/2amigos-yii2-usuario)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
