Is there any code out there (preferably BSD or a similar license) that implements support for the OAuth provider without the need for an OECuth PECL extension? Zend Framework Zend_Oauth is pretty good, but that's just the consumer side. So I wonder if there is something like this, but for the other side (i.e. Creating an OAuth server).
Please note that I'm not looking for how to do this with pecl / oauth - I already have this, see, for example, Configuring the OAuth PHP provider - but, unfortunately, not all people can install PECL extensions, so I'm looking for a solution which will reduce the requirements.
source
share