PHPackages                             craffft/contao-oauth2-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. craffft/contao-oauth2-bundle

AbandonedArchivedContao-bundle[Authentication &amp; Authorization](/categories/authentication)

craffft/contao-oauth2-bundle
============================

ContaoOAuth2Bundle for Symfony with Contao

1.1.0(8y ago)2382[1 issues](https://github.com/Craffft/contao-oauth2-bundle/issues)MITPHPPHP &gt;=7.1

Since Nov 1Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Craffft/contao-oauth2-bundle)[ Packagist](https://packagist.org/packages/craffft/contao-oauth2-bundle)[ Docs](https://craffft.de)[ RSS](/packages/craffft-contao-oauth2-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/13014104cd7163c44888345c5d277f41e667a1c630c27775892c8103a2d7f198/68747470733a2f2f7472617669732d63692e6f72672f437261666666742f636f6e74616f2d6f61757468322d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Craffft/contao-oauth2-bundle)

Contao OAuth2 Bundle
====================

[](#contao-oauth2-bundle)

Contao OAuth2 Bundle for Symfony

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

[](#installation)

### 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 craffft/contao-oauth2-bundle "~1.0"
```

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:

```
