Question

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?

Was it helpful?

Solution

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

OTHER TIPS

I've been looking for the same thing for a while now, but I haven't found much. oAuth2 is still in draft. The current version as of this writing is 30.

The best things I'v found are a Google Code project that supports version 9 of the spec, which could be fairly outdated. You can find that project here.

I have also found this article on how to write it yourself, though I haven't looked at the post in sometime - How to write a complete OAuth Provider in PHP5.

It looks like there is some movement with the Zend Framework 2 which looks hopeful. It looks like an RFC was in June, 2012: RFC - OAuth 2.0

I'm certainly anxious for something to use myself.

Similar questions have been asked as well for reference which include the links to projects referenced above:

Hope that helps!

Anyone find/use/recommend an oAuth2 provider library/class?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top