dnovikov / ironio-oauth
The library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dnovikov/ironio-oauth
Requires
- php: >= 5.3.0
- iron-io/iron_worker: 1.4.*
- lusitanian/oauth: ~0.2
This package is not auto-updated.
Last update: 2025-09-27 18:48:12 UTC
README
This is the library which allows iron.io workers to authenticate themselves on sites using OAuth 2 protocol. Usually it is used for web callbacks. The library is based on lusitanian/oauth library.
Examples
See "example" directory.
Usage
It is really simple after you fill in configuration settings. For code usage see worker-example.php file.