Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 531 Bytes

FileRun API Client PHP Library

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