2017 © Pedro Peláez
 

library auth-storage-aura

Aura Session storage adapter for Golem Auth

image

golem/auth-storage-aura

Aura Session storage adapter for Golem Auth

  • Saturday, December 23, 2017
  • by spekkionu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Golem Auth

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight, (*1)

Aura Session storage adapter for Golem Auth, (*2)

Install

Via Composer, (*3)

``` bash $ composer require golem/auth-storage-aura, (*4)


## Usage Follow the documentation on [Golem Auth](https://github.com/spekkionu/golem-auth) to create a user model and a user repository class. ``` php $session_factory = new \Aura\Session\SessionFactory; $session = $session_factory->newInstance($_COOKIE); $segment = $session->getSegment('Golem\Auth'); $this->storage = new AuraSessionStorage($segment); // get an instance of your user repository however you need to $userRepository = new UserRepository($database_connection); $auth = new \Golem\Auth($storage, $userRepository);

Testing

bash $ composer test, (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

23/12 2017

dev-master

9999999-dev

Aura Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires

09/05 2017

2.0.0

2.0.0.0

Aura Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires

21/10 2016

1.0.0

1.0.0.0

Aura Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires