PHPackages                             kubrey/appsflyer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kubrey/appsflyer

ActiveLibrary[API Development](/categories/api)

kubrey/appsflyer
================

Appsflyer API wrapper

1.0.5(9y ago)01801MITPHPPHP &gt;=5.4.0

Since Mar 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kubrey/appsflyer)[ Packagist](https://packagist.org/packages/kubrey/appsflyer)[ RSS](/packages/kubrey-appsflyer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

appsflyer
=========

[](#appsflyer)

#### Documentation

[](#documentation)

[Documentation](https://support.appsflyer.com/hc/en-us)

#### [Pull API](https://support.appsflyer.com/hc/en-us/articles/207034346-Pull-APIs-Pulling-AppsFlyer-Reports-by-APIs)

[](#pull-api)

- [getting Raw Report Data](https://support.appsflyer.com/hc/en-us/articles/208387843-Raw-Data-Reports-V5-)

Example:

```
$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](https://support.appsflyer.com/hc/en-us/articles/207034386-Push-API-Data-Structure-iOS)

[](#push-api)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Total

4

Last Release

3309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ab745970e4e681a9552aae39d9b2a88b7d78272082324e83e5cb153c47c2329?d=identicon)[kubrey](/maintainers/kubrey)

---

Top Contributors

[![kubrey](https://avatars.githubusercontent.com/u/1605716?v=4)](https://github.com/kubrey "kubrey (9 commits)")

---

Tags

wrappersearch adappsflyer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kubrey-appsflyer/health.svg)

```
[![Health](https://phpackages.com/badges/kubrey-appsflyer/health.svg)](https://phpackages.com/packages/kubrey-appsflyer)
```

###  Alternatives

[gabrielbull/ups-api

PHP UPS API

4642.4M10](/packages/gabrielbull-ups-api)[php-tmdb/api

PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.

424378.6k16](/packages/php-tmdb-api)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[dirkgroenen/pinterest-api-php

PHP Wrapper for the official Pinterest API

176495.2k4](/packages/dirkgroenen-pinterest-api-php)[aerni/laravel-spotify

A Laravel wrapper for the Spotify Web API

209145.6k](/packages/aerni-laravel-spotify)[marcreichel/igdb-laravel

A Laravel wrapper for version 4 of the IGDB API (Apicalypse) including webhook handling

115146.6k1](/packages/marcreichel-igdb-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
