2017 © Pedro PelĂĄez
 

library appsflyer

An Appsflyer API package.

image

jlorente/appsflyer

An Appsflyer API package.

  • Monday, June 4, 2018
  • by jlorente
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 883 % Grown

The README.md

Appsflyer SDK

A PHP package to access the Appsflyer API by a comprehensive way., (*1)

Installation

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)

Configuration

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)

Usage

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);

Contribution

There is still a lot to do and there are a lot of endpoints to develop, so any contribution will be well received., (*10)

License

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)

The Versions

04/06 2018

dev-master

9999999-dev

An Appsflyer API package.

  Sources   Download

BSD-3-Clause

The Requires

 

by Jose Lorente

php appsflyer jlorente