2017 © Pedro Peláez
 

library auth-storage-zend

Zend Session storage adapter for Golem Auth

image

golem/auth-storage-zend

Zend 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)

Zend Framework - Zend Session storage adapter for Golem Auth, (*2)

Install

Via Composer, (*3)

``` bash $ composer require golem/auth-storage-zend, (*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 = new \Zend\Session\Container(); $storage = new \Golem\Auth\Storage\ZendSessionStorage($session); // 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

Zend Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires

09/05 2017

2.0.0

2.0.0.0

Zend Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires

20/10 2016

1.0.0

1.0.0.0

Zend Session storage adapter for Golem Auth

  Sources   Download

MIT

The Requires

 

The Development Requires