Download the PHP package fleetlog/fleetlog-php without Composer
On this page you can find all versions of the php package fleetlog/fleetlog-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fleetlog/fleetlog-php
More information about fleetlog/fleetlog-php
Files in fleetlog/fleetlog-php
Download fleetlog/fleetlog-php
More information about fleetlog/fleetlog-php
Files in fleetlog/fleetlog-php
Vendor fleetlog
Package fleetlog-php
Short Description Simple PHP Wrapper for Fleetlog API v2 calls
License Apache-2.0
Homepage https://github.com/fleetlog/fleetlog-php
Package fleetlog-php
Short Description Simple PHP Wrapper for Fleetlog API v2 calls
License Apache-2.0
Homepage https://github.com/fleetlog/fleetlog-php
Please rate this library. Is it a good library?
Informations about the package fleetlog-php
fleetlog-php
Fleetlog API wrapper
- Include the class in your PHP code
- Set your access_token to FleetlogAPI
- Make request
Installation
Normally: Include TwitterAPIExchange.php in your application.
Composer: Add to your composer.json file to have FleetlogAPI.php automatically imported into your vendors folder:
{
"require": {
"fleetlog/fleetlog-php": "dev-master"
}
}
Of course, you'll then need to run php composer.phar update
.
How To Use
Include the class file
Obtain an access token (client_credentials grant)
GET Request Example
All versions of fleetlog-php with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
The package fleetlog/fleetlog-php contains the following files
Loading the files please wait ....