stevenmaguire / oauth-shim-php
This package is abandoned and no longer maintained.
The author suggests using the guzzlehttp/oauth-subscriber package instead.
A php shim for Oauth dependancies
0.0.1
2014-10-21 02:45 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2022-02-01 12:40:31 UTC
README
- Consider using OAuth 1.0 Client for OAuth 1.0 authentication and token access.
- Consider using OAuth 2.0 Client for OAuth 2.0 authentication and token access.
- Consider using Guzzle OAuth Subscriber for OAuth 1.0 authentication and API access when tokens are provided/available.