PHPackages                             free2er/oauth-server-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. free2er/oauth-server-bundle

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

free2er/oauth-server-bundle
===========================

OAuth Server Bundle

1.0.0(7y ago)119MITPHPPHP ^7.1

Since Apr 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/free2er/oauth-server-bundle)[ Packagist](https://packagist.org/packages/free2er/oauth-server-bundle)[ RSS](/packages/free2er-oauth-server-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

oauth-server-bundle
===================

[](#oauth-server-bundle)

Symfony bundle which provides OAuth 2.0 authorization server capabilities. The authorization server implemented using the [thephpleague/oauth2-server](https://github.com/thephpleague/oauth2-server) library.

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

[](#installation)

This component can be installed with the [Composer](https://getcomposer.org/) dependency manager.

1. [Install Composer](https://getcomposer.org/doc/00-intro.md)
2. Install the component as a dependency of your project

    ```
     composer require free2er/oauth-server-bundle

    ```
3. Enable the bundle

```
