2017 © Pedro Peláez
 

library kohana-sentinel

Kohana module for integrating sentinel into kohana

image

vulah/kohana-sentinel

Kohana module for integrating sentinel into kohana

  • Wednesday, May 11, 2016
  • by rjd22
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Kohana Sentinel Library

Build Status, (*1)

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., (*2)

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'., (*3)

To configure sentinel copy the vendor/vulah/kohana-sentinel/config/sentinel.php or your app/config folder and editing it., (*4)

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., (*5)

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

The Versions

11/05 2016

dev-master

9999999-dev

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

11/05 2016

0.5.1

0.5.1.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

11/05 2016

0.5.0

0.5.0.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

18/04 2016

0.4.0

0.4.0.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

18/04 2016

0.3

0.3.0.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

18/04 2016

0.2

0.2.0.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu

18/04 2016

0.1

0.1.0.0

Kohana module for integrating sentinel into kohana

  Sources   Download

MIT

The Requires

 

The Development Requires

by Robert-Jan de Dreu