https://github.com/oauth2-framework/oauth2-framework
The OAuth2 Framework for PHP
https://github.com/oauth2-framework/oauth2-framework
oauth2 oauth2-client oauth2-server openid-connect openid-server php php7
Last synced: 8 months ago
JSON representation
The OAuth2 Framework for PHP
- Host: GitHub
- URL: https://github.com/oauth2-framework/oauth2-framework
- Owner: OAuth2-Framework
- License: mit
- Created: 2017-03-29T10:19:09.000Z (about 9 years ago)
- Default Branch: 2.0.x
- Last Pushed: 2023-06-08T05:21:43.000Z (about 3 years ago)
- Last Synced: 2025-03-26T04:21:31.637Z (about 1 year ago)
- Topics: oauth2, oauth2-client, oauth2-server, openid-connect, openid-server, php, php7
- Language: PHP
- Size: 3.58 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
OAuth2 And OpenID Connect Framework for PHP
===========================================
Help me out for a couple of :beers:!
[](https://beerpay.io/OAuth2-Framework/oauth2-framework)
[](https://beerpay.io/OAuth2-Framework/oauth2-framework)
----
[](https://www.codacy.com/app/Spomky/oauth2-framework?utm_source=github.com&utm_medium=referral&utm_content=OAuth2-Framework/oauth2-framework&utm_campaign=Badge_Grade)
[](https://scrutinizer-ci.com/g/OAuth2-Framework/oauth2-framework/?branch=master)
[](https://coveralls.io/github/OAuth2-Framework/oauth2-framework?branch=master)
[](https://requires.io/github/OAuth2-Framework/oauth2-framework/requirements/?branch=master)
[](https://travis-ci.org/OAuth2-Framework/oauth2-framework)
[](https://insight.sensiolabs.com/projects/d4172a6f-b7ac-4123-87d3-86baf36cf9a9)
[](https://packagist.org/packages/oauth2-framework/oauth2-framework)
[](https://packagist.org/packages/oauth2-framework/oauth2-framework)
[](https://packagist.org/packages/oauth2-framework/oauth2-framework)
[](https://packagist.org/packages/oauth2-framework/oauth2-framework)
**OAuth2 Framework for PHP** is a **PHP framework** for web applications and a set of reusable
**PHP components**. It is used to build an authorization server based on the
OAuth2 Framework protocol ([RFC6749](https://tools.ietf.org/html/rfc6749)) and associated features.
# Installation
Install **OAuth2 Framework for PHP** with Composer: `composer require oauth2-framework/oauth2-framework`.
This project follows the [semantic versioning](http://semver.org/) strictly.
# Documentation
The documentation of this project [is available here](https://oauth2-framework.spomky-labs.com).
# Contributing
Requests for new features, bug fixed and all other ideas to make this project useful are welcome.
The best contribution you could provide is by fixing the [opened issues where help is wanted](https://github.com/OAuth2-Framework/oauth2-framework/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
Please report all issues in [the main repository](https://github.com/OAuth2-Framework/oauth2-framework/issues).
Please make sure to [follow these best practices](.github/CONTRIBUTING.md).
# Security Issues
If you discover a security vulnerability within the project, please **don't use the bug tracker and don't publish it publicly**.
Instead, all security issues must be sent to security [at] spomky-labs.com.
# Licence
This project is release under [MIT licence](LICENSE).