stevenmaguire / oauth-shim-php
A php shim for Oauth dependancies
Installs: 630
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/stevenmaguire/oauth-shim-php
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.