2017 © Pedro Peláez
 

library authentication

PHP authentication library

image

vakata/authentication

PHP authentication library

  • Friday, September 22, 2017
  • by vakata
  • Repository
  • 1 Watchers
  • 0 Stars
  • 620 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 31 Versions
  • 13 % Grown

The README.md

authentication

Latest Version on Packagist ![Software License][ico-license] Build Status Code Climate ![Tests Coverage][ico-cc-coverage], (*1)

PHP authentication., (*2)

Install

Via Composer, (*3)

``` bash $ composer require vakata/authentication, (*4)


## Usage ``` php $auth = new \vakata\authentication\PasswordDatabase($db); try { $token = $auth->authenticate([ 'username' => $req->getPost('username'), 'password' => $req->getPost('password') ]); } catch (AuthenticationException $e) { // process exception } // work with $token

Read more in the API docs, (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email github@vakata.com instead of using the issue tracker., (*8)

Credits

License

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

The Versions

02/03 2017

2.0.5

2.0.5.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

29/11 2016

2.0.4

2.0.4.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

28/11 2016

2.0.3

2.0.3.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

28/10 2016

2.0.2

2.0.2.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

27/10 2016

2.0.1

2.0.1.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

12/08 2016

2.0.0

2.0.0.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

authentication vakata

16/07 2016

1.1.0

1.1.0.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication vakata

18/04 2016

1.0.2

1.0.2.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication vakata

23/03 2016

1.0.1

1.0.1.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication vakata

21/03 2016

1.0.0

1.0.0.0 https://github.com/vakata/authentication

PHP authentication library

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication vakata