PHPackages                             vulah/kohana-sentinel - 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. vulah/kohana-sentinel

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

vulah/kohana-sentinel
=====================

Kohana module for integrating sentinel into kohana

0.5.1(10y ago)0191MITPHPPHP &gt;=5.5.9

Since Apr 18Pushed 10y agoCompare

[ Source](https://github.com/vulah/kohana-sentinel)[ Packagist](https://packagist.org/packages/vulah/kohana-sentinel)[ RSS](/packages/vulah-kohana-sentinel/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

Kohana Sentinel Library
=======================

[](#kohana-sentinel-library)

[![Build Status](https://camo.githubusercontent.com/62923655a6390bec2ff040e46e88eb24e5ad93a160b03cf3c4fbaecd8093d201/68747470733a2f2f7472617669732d63692e6f72672f76756c61682f6b6f68616e612d73656e74696e656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vulah/kohana-sentinel)

The sentinel library for Kohana 3 provides a simple integration with sentinel 2.\*. You can configure your sentinel integration by placing the `config/sentinel.php` file into your `app/config` folder and editing it.

Using Sentinel
--------------

[](#using-sentinel)

To use Kohana Sentinel, install it by composer require. You can do this by running `composer require vulah/kohana-sentinel` in your CLI. Then add Kohana Sentinel to your modules in `bootstrap.php` by adding the following line `'sentinel' => VENDORPATH.'vulah/kohana-sentinel'`.

To configure sentinel copy the `vendor/vulah/kohana-sentinel/config/sentinel.php` or your `app/config` folder and editing it.

Quick example
-------------

[](#quick-example)

The following is a quick example of how to use Kohana Sentinel by creating a instance of Sentinel and calling the authenticate action.

```
$sentinel = \Kohana\Sentinel\SentinelFactory::create();
$sentinel->authenticate([
    'email'    => 'john.doe@example.com',
    'password' => 'password',
]);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

6

Last Release

3701d ago

PHP version history (2 changes)0.1PHP &gt;=5.4

0.3PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e34204aa146ce4acefc5d13d943fc08da5d751b3074e55687717a61c1c421d9?d=identicon)[rjd22](/maintainers/rjd22)

---

Top Contributors

[![rjd22](https://avatars.githubusercontent.com/u/160743?v=4)](https://github.com/rjd22 "rjd22 (10 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/vulah-kohana-sentinel/health.svg)

```
[![Health](https://phpackages.com/badges/vulah-kohana-sentinel/health.svg)](https://phpackages.com/packages/vulah-kohana-sentinel)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k181.3M2.2k](/packages/symfony-security-bundle)[symfony/security-http

Symfony Security Component - HTTP Integration

1.7k172.8M350](/packages/symfony-security-http)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[rapidez/core

Rapidez Core

1822.4k65](/packages/rapidez-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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