filerun / api-client
FileRun API Client Library
Installs: 7 757
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 7
Open Issues: 0
Requires
- php: >=7.4.0
- guzzlehttp/guzzle: ~7.5.0
This package is not auto-updated.
Last update: 2024-11-09 19:25:10 UTC
README
This library is an example on how to use the FileRun API from your own PHP application. It uses the OAuth2 "resource owner credentials flow", where the credentials of the user are stored in your application.
For more information, please read the FileRun API documentation.
Installation
composer require filerun/api-client:dev-master
Usage
See file test.php