filerun/api-client

There is no license information available for the latest version (dev-master) of this package.

FileRun API Client Library

dev-master / 1.0.x-dev 2023-03-11 09:23 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:42:27 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