PHPackages                             riskio/auth0-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. riskio/auth0-module

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

riskio/auth0-module
===================

Auth0 features integration into Zend Framework

v0.4.0(8y ago)020MITPHPPHP ^7.0

Since Mar 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/RiskioFr/auth0-module)[ Packagist](https://packagist.org/packages/riskio/auth0-module)[ Docs](https://github.com/riskio/auth0-module)[ RSS](/packages/riskio-auth0-module/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Auth0 module for Zend Framework
===============================

[](#auth0-module-for-zend-framework)

Module to integrate Auth0 with Zend Framework projects.

[![Build Status](https://camo.githubusercontent.com/9b3eeb007ef4651db5ca022f06fe9394539e52461e37c60d96790a60d52eed73/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5269736b696f46722f61757468302d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](http://travis-ci.org/RiskioFr/auth0-module)[![Latest Stable Version](https://camo.githubusercontent.com/a037e9e80e14dc43327a29d8a78d684ba83685041ad6f141652427477aa0c4fe/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7269736b696f2f61757468302d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riskio/auth0-module)[![Build Status](https://camo.githubusercontent.com/9b3eeb007ef4651db5ca022f06fe9394539e52461e37c60d96790a60d52eed73/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5269736b696f46722f61757468302d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](http://travis-ci.org/RiskioFr/auth0-module)[![Total Downloads](https://camo.githubusercontent.com/acf930d69e377b07f42d13829206415e6623b3868d455d0e1b799d7f5321e413/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7269736b696f2f61757468302d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riskio/auth0-module)

Requirements
------------

[](#requirements)

- PHP 7.0+
- [auth0/auth0-php ^5.0.5](https://github.com/auth0/auth0-php)
- [psr/container ^1.0](https://github.com/container-interop/container-interop)
- [riskio/zf-authentication-auth0 ^1.0](https://github.com/RiskioFr/zf-authentication-auth0)
- [zendframework/zend-stdlib ^3.1](https://github.com/zendframework/zend-stdlib)

Installation
------------

[](#installation)

Auth0 module only officially supports installation through Composer. For Composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

You can install the module from command line:

```
$ composer require riskio/auth0-module
```

Enable the module by adding `Auth0Module` key to your `application.config.php` file.

Default configuration
---------------------

[](#default-configuration)

```
