Download the PHP package relatedbits/flurry-reporting without Composer
On this page you can find all versions of the php package relatedbits/flurry-reporting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download relatedbits/flurry-reporting
More information about relatedbits/flurry-reporting
Files in relatedbits/flurry-reporting
Package flurry-reporting
Short Description Flurry Analytics Reporting API Client
License MIT
Homepage https://github.com/marcell-ferenc/flurry-reporting
Informations about the package flurry-reporting
Flurry Analytics Reporting API PHP Client
Flurry Analytics Reporting API PHP Client to query the new Flurry Analytics API. Flurry introduced its new Reporting API before shut down the old one on the 6th of March 2017. For a detailed description review the Flurry documentation here.
Getting Started
Get & use the flurry-reporting php package.
Install
Install using composer:
Usage
-
Query Metrics API data
- Query Dimensions API data
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
- Marcell Ferenc - Initial work - marcell-ferenc
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments
- Inspired by MyLittleParis/Flurry, a client for the old Flurry Reporting API.