2017 © Pedro Peláez
 

library auth-session-bundle

Integration of Aura.Auth and Aura.Session

image

foa/auth-session-bundle

Integration of Aura.Auth and Aura.Session

  • Friday, June 30, 2017
  • by harikt
  • Repository
  • 1 Watchers
  • 1 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

FOA.Auth_Session_Bundle

Integrate aura/session and aura/auth., (*1)

Foreword

PHP version compatibilty

See .travis.yml file., (*2)

Installation

composer require foa/auth-session-bundle

Quality

Scrutinizer Code Quality Code Coverage Build Status, (*3)

First install the dependencies via the command : composer install, (*4)

To run the unit tests at the command line, issue ./vendor/bin/phpunit., (*5)

This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*6)

Community

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our Google Group, follow @auraphp on Twitter, or chat with us on #auraphp on Freenode., (*7)

Getting Started

Instantiation

$session_factory = new \FOA\Auth_Session_Bundle\SessionFactory();
$session = $session_factory->newInstance($_COOKIE);
$segment = new \FOA\Auth_Session_Bundle\Segment($session, 'Aura\Auth\Session');
$auth_factory = new \Aura\Auth\AuthFactory($_COOKIE, $session, $segment);

The Versions

30/06 2017

dev-master

9999999-dev

Integration of Aura.Auth and Aura.Session

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

authentication auth session

30/06 2017

0.2.0

0.2.0.0

Integration of Aura.Auth and Aura.Session

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

authentication auth session

13/11 2014

0.1.0

0.1.0.0

Integration of Aura.Auth and Aura.Session

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

authentication auth session