https://github.com/chadicus/slim-oauth2
Routes and Middleware for Using OAuth2 Server within a Slim Framework API
https://github.com/chadicus/slim-oauth2
api http middleware oauth2 php psr-7 routes slim
Last synced: 17 days ago
JSON representation
Routes and Middleware for Using OAuth2 Server within a Slim Framework API
- Host: GitHub
- URL: https://github.com/chadicus/slim-oauth2
- Owner: chadicus
- License: mit
- Created: 2015-06-30T19:59:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T20:16:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T11:07:39.578Z (24 days ago)
- Topics: api, http, middleware, oauth2, php, psr-7, routes, slim
- Homepage:
- Size: 68.4 KB
- Stars: 128
- Watchers: 13
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chadicus\Slim\OAuth2
[](https://packagist.org/packages/chadicus/slim-oauth2)
[](https://packagist.org/packages/chadicus/slim-oauth2)
[](https://packagist.org/packages/chadicus/slim-oauth2)[](https://packagist.org/packages/chadicus/slim-oauth2)
[](https://packagist.org/packages/chadicus/slim-oauth2)
[](https://packagist.org/packages/chadicus/slim-oauth2)A collection of [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) routes, middleware and utilities for use within a [Slim 3 Framework](http://www.slimframework.com/) API
## Requirements
Chadicus\Slim\OAuth2 requires PHP 5.6 (or later).
## Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `chadicus/slim-oauth2` to your project's `composer.json` file such as:```sh
composer require chadicus/slim-oauth2
```## Components
This package is a metapackage aggregating the following components:
* [chadicus/slim-oauth2-http](https://github.com/chadicus/slim-oauth2-http)
* [chadicus/slim-oauth2-middleware](https://github.com/chadicus/slim-oauth2-middleware)
* [chadicus/slim-oauth2-routes](https://github.com/chadicus/slim-oauth2-routes)## Examples
Examples can be found in the [examples](examples/) folder.
## Community
[](https://gitter.im/slim-oauth2/Lobby#)