VOOZH about

URL: https://oauth2.thephpleague.com/

⇱ OAuth 2.0 Server - PHP, meet OAuth 2


👁 The League of Extraordinary Packages

Our Packages:

Introduction

👁 Author
👁 Source Code
👁 Software License
👁 Build Status
👁 Total Downloads

league/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.

Out of the box it supports the following grants:

  • Authorization code grant
  • Implicit grant
  • Client credentials grant
  • Resource owner password credentials grant
  • Refresh grant
  • Device authorization grant

The following RFCs are implemented:

This library was created by Alex Bilbie. Find him on X at @alexbilbie.

Changelog

Please see the project’s changelog for a complete history of changes to this library.

The latest release is 👁 GitHub tag

Support

Please ask questions on the Github issues page.