dev-master
9999999-devAn Appsflyer API package.
BSD-3-Clause
The Requires
- php >=5.6
- guzzlehttp/guzzle ~6.0
by Jose Lorente
php appsflyer jlorente
An Appsflyer API package.
A PHP package to access the Appsflyer API by a comprehensive way., (*1)
The preferred way to install this extension is through composer., (*2)
With Composer installed, you can then install the extension using the following commands:, (*3)
$ php composer.phar require jlorente/appsflyer
or add, (*4)
... "require": { "jlorente/appsflyer": "*" }
to the require
section of your composer.json
file., (*5)
You can set the dev_key and api_token as environment variables or add them later on Appsflyer class instantiation., (*6)
The names of the environment vars are APPSFLYER_DEV_KEY and APPSFLYER_API_TOKEN., (*7)
Endpoints calls must done through the Appsflyer class., (*8)
If you haven't set the environment variables previously, remember to provide the keys on instantiation., (*9)
$appsflyer = new Appsflyer($devKey, $apiToken); $appsflyer->inappevent()->create($data);
There is still a lot to do and there are a lot of endpoints to develop, so any contribution will be well received., (*10)
Copyright © 2018 JosĂ© Lorente MartĂn jose.lorente.martin@gmail.com., (*11)
Licensed under the BSD 3-Clause License. See LICENSE.txt for details., (*12)
An Appsflyer API package.
BSD-3-Clause
php appsflyer jlorente