PHPackages                             corneltek/kendo - 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. corneltek/kendo

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

corneltek/kendo
===============

The powerful general access control framework

1.0.4(12y ago)91.9k1[6 issues](https://github.com/c9s/Kendo/issues)4MITPHP

Since Sep 14Pushed 8y ago4 watchersCompare

[ Source](https://github.com/c9s/Kendo)[ Packagist](https://packagist.org/packages/corneltek/kendo)[ RSS](/packages/corneltek-kendo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (4)

Kendo
=====

[](#kendo)

[![Build Status](https://camo.githubusercontent.com/2ef3417fb3a16b03b9863571bb79b6f2b7073c43267ca4fb0bdf4e6f42d4aac4/68747470733a2f2f7472617669732d63692e6f72672f6339732f4b656e646f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/c9s/Kendo)

[![Latest Stable Version](https://camo.githubusercontent.com/bab57f28fcc7e0c1d0650cd9fc4e1d629513f465a88f9cf6f12cc6c40b4e89fc/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f762f737461626c65)](https://packagist.org/packages/corneltek/kendo)[![Total Downloads](https://camo.githubusercontent.com/c4a2487e1569606c08110ca6a9604a04aa4bea6437b95a188ba87eadd774316b/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f646f776e6c6f616473)](https://packagist.org/packages/corneltek/kendo)[![Latest Unstable Version](https://camo.githubusercontent.com/b70d41ade7928931e315e8fcd771273ad8de6fbbb7e0510534cf8ec8718f2402/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f762f756e737461626c65)](https://packagist.org/packages/corneltek/kendo)[![License](https://camo.githubusercontent.com/31ca73c08c5d0f3aa924c8f0ef5268eddcf742e1bae6149406fa61805b4bfc36/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f6c6963656e7365)](https://packagist.org/packages/corneltek/kendo)

[![Monthly Downloads](https://camo.githubusercontent.com/59e77715d20eae07c7482ac1d1e59032a085df61c1f61279aab39a6533d8e5ad/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f642f6d6f6e74686c79)](https://packagist.org/packages/corneltek/kendo)[![Daily Downloads](https://camo.githubusercontent.com/6cbff1524526eac0309f449b34fc01d8ce786176586ba5556b25c2c70f775f0d/68747470733a2f2f706f7365722e707567782e6f72672f636f726e656c74656b2f6b656e646f2f642f6461696c79)](https://packagist.org/packages/corneltek/kendo)

Install
-------

[](#install)

```
{
    "require": {
        "corneltek/kendo": "*"
    }
}
```

Development Environment Setup
-----------------------------

[](#development-environment-setup)

```
composer install --dev
lazy build-conf db/config/database.yml
lazy schema build src
lazy sql --rebuild --basedata src
phpunit

```

Debugging
---------

[](#debugging)

Query Permissions

```
SELECT ar.resource, ac.role, ar.operation, ac.allow FROM access_controls ac LEFT JOIN access_rules ar ON (ac.rule_id = ar.id);
```

```
SELECT ar.id as rule_id, ar.rules_class as rule_class, ac.role,
  if(ac.allow,'can', 'can not') as modal_verb, ar.operation, ar.resource
FROM
  access_controls ac
LEFT JOIN access_rules ar ON (ac.rule_id = ar.id);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

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 ~1000 days

Total

2

Last Release

3629d ago

Major Versions

1.0.4 → 2.0.x-dev2016-06-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cc34cde233b660869ff329ed8e20df611f75dfb61aab3e30889ac153d3e5e61?d=identicon)[c9s](/maintainers/c9s)

---

Top Contributors

[![c9s](https://avatars.githubusercontent.com/u/50894?v=4)](https://github.com/c9s "c9s (292 commits)")

### Embed Badge

![Health badge](/badges/corneltek-kendo/health.svg)

```
[![Health](https://phpackages.com/badges/corneltek-kendo/health.svg)](https://phpackages.com/packages/corneltek-kendo)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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