/api-client

PHP library for accessing the FileRun API

Primary LanguagePHP

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