2017 © Pedro Peláez
 

library appsflyer

Appsflyer API wrapper

image

kubrey/appsflyer

Appsflyer API wrapper

  • Tuesday, April 18, 2017
  • by kubrey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 103 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

appsflyer

Documentation

Documentation, (*1)

Pull API

  • getting Raw Report Data, (*2)

    Example:, (*3)

    $api = new \appsflyer\api\PullApi\RawDataReport($apiKey);
    try {
      $api->setFilters(['from' => '2017-02-27', 'to' => '2017-03-03'])
          ->addBeforeRunCallback(function ($params) {
              var_dump($params);
          })
          ->getInAppEventsReport($idApp);
    
      $arr = $api->getCsvAsArray();
      //to get mapped array
      $mapped = $api->mapCsvArrayToColumns($arr);
      var_dump($api->getLastCurlError(), $api->getLastCurlFile());
    } catch (\Exception $e) {
      var_dump($e->getMessage());
    }
    

    Push API

The Versions

18/04 2017

dev-master

9999999-dev

Appsflyer API wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Sergey Kubrey

wrapper search ad appsflyer

18/04 2017

1.0.5

1.0.5.0

Appsflyer API wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Sergey Kubrey

wrapper search ad appsflyer

06/03 2017

1.0.4

1.0.4.0

Appsflyer API wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Sergey Kubrey

wrapper search ad appsflyer

04/03 2017

1.0.3

1.0.3.0

Appsflyer API wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Sergey Kubrey

wrapper search ad appsflyer

04/03 2017

1.0.2

1.0.2.0

Appsflyer API wrapper

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Sergey Kubrey

wrapper search ad appsflyer