PHPackages                             fabricekabongo/auth0-api-authentication-bundle - 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. fabricekabongo/auth0-api-authentication-bundle

ActiveLibrary

fabricekabongo/auth0-api-authentication-bundle
==============================================

Integrate with Auth0 to bring API authentication to Symfony

v0.4.2(9y ago)0215[2 PRs](https://github.com/fabricekabongo/apiauthenticator/pulls)MITPHP

Since Feb 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fabricekabongo/apiauthenticator)[ Packagist](https://packagist.org/packages/fabricekabongo/auth0-api-authentication-bundle)[ RSS](/packages/fabricekabongo-auth0-api-authentication-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (15)Used By (0)

Installation
============

[](#installation)

Badges:
-------

[](#badges)

[![Codacy Badge](https://camo.githubusercontent.com/7f63cb542d4ac3f6b0d2d12573489387d998e9ce83c4d7eb01392af275646dc0/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6466623864396138616136633465343939356237656137356136636332323036)](https://www.codacy.com/app/fabrice-k-kabongo/apiauthenticator?utm_source=github.com&utm_medium=referral&utm_content=fabricekabongo/apiauthenticator&utm_campaign=Badge_Grade)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require fabricekabongo/auth0symfonyapiauthenticator
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
