2017 © Pedro Peláez
 

library auth0-module

Auth0 features integration into Zend Framework

image

riskio/auth0-module

Auth0 features integration into Zend Framework

  • Saturday, October 28, 2017
  • by neeckeloo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Auth0 module for Zend Framework

Module to integrate Auth0 with Zend Framework projects., (*1)

Build Status Latest Stable Version Build Status Total Downloads, (*2)

Requirements

Installation

Auth0 module only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org., (*3)

You can install the module from command line:, (*4)

$ composer require riskio/auth0-module

Enable the module by adding Auth0Module key to your application.config.php file., (*5)

Default configuration

<?php
return [
    'auth0' => [
        'account' => null,
        'token' => null,
        'client_id' => null,
        'client_secret' => null,
        'redirect_uri' => null,
    ],
];

Testing

bash $ vendor/bin/phpunit, (*6)

Credits

License

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

The Versions

28/10 2017

dev-master

9999999-dev https://github.com/riskio/auth0-module

Auth0 features integration into Zend Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication oauth zf2

28/10 2017

v0.4.0

0.4.0.0 https://github.com/riskio/auth0-module

Auth0 features integration into Zend Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication oauth zf2

22/10 2017

v0.3.0

0.3.0.0 https://github.com/riskio/auth0-module

Auth0 features integration into Zend Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

authentication oauth zf2