phpserviceoauth-2.0provideroauth-provider

PHP oAuth2 Provider


I am trying to find a tutorial on how to build an oAuth2 Provider with PHP. I googled about it and no results came up. Exists out there any guides on how to do this? Or something like a library that can help me implement an oAuth2 Service Provider with PHP?


Solution

  • https://github.com/bshaffer/oauth2-server-php this will be helpfull for you to get idea.