PHPackages                             relatedbits/flurry-reporting - 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. relatedbits/flurry-reporting

ActiveLibrary[API Development](/categories/api)

relatedbits/flurry-reporting
============================

Flurry Analytics Reporting API Client

1.0.1(9y ago)0242MITPHPPHP &gt;=5.6

Since Mar 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marcell-ferenc/flurry-reporting)[ Packagist](https://packagist.org/packages/relatedbits/flurry-reporting)[ Docs](https://github.com/marcell-ferenc/flurry-reporting)[ RSS](/packages/relatedbits-flurry-reporting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

[Flurry](https://developer.yahoo.com/analytics/) Analytics Reporting API PHP Client
===================================================================================

[](#flurry-analytics-reporting-api-php-client)

Flurry Analytics Reporting API PHP Client to query the new Flurry Analytics API. Flurry introduced its [new](https://developer.yahoo.com/flurry/docs/api/code/analyticsapi/) Reporting API before shut down the [old](https://developer.yahoo.com/flurry/docs/api/code/appinfo/) one on the 6th of March 2017. For a detailed description review the Flurry documentation [here](https://developer.yahoo.com/flurry/docs/api/code/analyticsapi/).

Getting Started
---------------

[](#getting-started)

Get &amp; use the **flurry-reporting** php package.

Install
-------

[](#install)

Install `flurry-reporting` using [composer](https://getcomposer.org/):

```
composer require relatedbits/flurry-reporting

```

Usage
-----

[](#usage)

```
$token = 'YOUR_API_ACCESS_TOKEN';

$flurry = new Flurry($token);

```

- Query **Metrics API** data

    ```
    $params = [
        'dimensions' => 'country',
        'table' => 'App Usage Data',
        'timeGrain' => 'day',
        'metrics' => 'sessions,activeDevices,newDevices',
        'dateTime' => '2017-03-13/2017-03-14',
        'filters' => 'country|name-in["United States"]',
        'format' => 'csv'
    ];

    ```

    ```
    $data = $flurry->get('Metrics', $params);

    ```
- Query **Dimensions API** data

    ```
    $params = [
        'dimension' => 'country'
    ];

    ```

    ```
    $data = $flurry->get('Dimensions', $params);

    ```

Exceptions
----------

[](#exceptions)

If required parameters for the API are not provided it will throw LogicException. In case of invalid parameter values are provided InvalidArgumentException will be thrown if there is no default value defined in the library. Invalid parameter names are simply omitted.

Author
------

[](#author)

- **Marcell Ferenc** - *Initial work* - [marcell-ferenc](https://github.com/marcell-ferenc)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

Acknowledgments
---------------

[](#acknowledgments)

- Inspired by [MyLittleParis/Flurry](https://github.com/MyLittleParis/Flurry), a client for the [old](https://developer.yahoo.com/flurry/docs/api/code/appinfo/) Flurry Reporting API.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

3345d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ab07de01e57711b89d888aad0c31f763cdc63e1cd2b78a7c51133a71e4aa7f8?d=identicon)[marcellferenc](/maintainers/marcellferenc)

---

Tags

apiclientanalyticsflurry

### Embed Badge

![Health badge](/badges/relatedbits-flurry-reporting/health.svg)

```
[![Health](https://phpackages.com/badges/relatedbits-flurry-reporting/health.svg)](https://phpackages.com/packages/relatedbits-flurry-reporting)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[ozankurt/google-analytics

Laravel Google Analytics

7616.7k](/packages/ozankurt-google-analytics)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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