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

AbandonedArchivedLibrary

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 2mo 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 32% 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

3654d 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

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[studio/laravel-totem

A Laravel package to manage your cron jobs through a beautiful dashboard

1.8k1.1M](/packages/studio-laravel-totem)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[ryangjchandler/orbit

A flat-file database driver for Eloquent.

922256.2k5](/packages/ryangjchandler-orbit)[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.

44643.1k1](/packages/pressbooks-pressbooks)[dyrynda/laravel-nullable-fields

This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.

104203.4k](/packages/dyrynda-laravel-nullable-fields)

PHPackages © 2026

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