PHPackages                             jlorente/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. jlorente/appsflyer

ActiveLibrary[API Development](/categories/api)

jlorente/appsflyer
==================

An Appsflyer API package.

210.7k↓58.9%5PHPCI failing

Since Feb 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jlorente/appsflyer)[ Packagist](https://packagist.org/packages/jlorente/appsflyer)[ RSS](/packages/jlorente-appsflyer/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Appsflyer SDK
=============

[](#appsflyer-sdk)

A PHP package to access the Appsflyer API by a comprehensive way.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

With Composer installed, you can then install the extension using the following commands:

```
$ php composer.phar require jlorente/appsflyer
```

or add

```
...
    "require": {
        "jlorente/appsflyer": "*"
    }
```

to the `require` section of your `composer.json` file.

Configuration
-------------

[](#configuration)

You can set the dev\_key and api\_token as environment variables or add them later on Appsflyer class instantiation.

The names of the environment vars are APPSFLYER\_DEV\_KEY and APPSFLYER\_API\_TOKEN.

Usage
-----

[](#usage)

Endpoints calls must done through the Appsflyer class.

If you haven't set the environment variables previously, remember to provide the keys on instantiation.

```
$appsflyer = new Appsflyer($devKey, $apiToken);
$appsflyer->inappevent()->create($data);
```

Contribution
------------

[](#contribution)

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

License
-------

[](#license)

Copyright © 2018 José Lorente Martín .

Licensed under the BSD 3-Clause License. See LICENSE.txt for details.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5b6d568331349beaf1945db65a076cf60e6c124d504fcb43a21937f0c85bde3?d=identicon)[jlorente](/maintainers/jlorente)

---

Top Contributors

[![jlorente](https://avatars.githubusercontent.com/u/301741?v=4)](https://github.com/jlorente "jlorente (6 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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