PHPackages                             ajt/guzzle-addons-mozilla - 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. ajt/guzzle-addons-mozilla

ActiveLibrary[API Development](/categories/api)

ajt/guzzle-addons-mozilla
=========================

An API client for the Mozilla Addons statistics based on Guzzle PHP

069

Since May 6Compare

[ Source](https://github.com/arendjantetteroo/guzzle-addons-mozilla)[ Packagist](https://packagist.org/packages/ajt/guzzle-addons-mozilla)[ RSS](/packages/ajt-guzzle-addons-mozilla/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

guzzle-addons-mozilla
=====================

[](#guzzle-addons-mozilla)

A simple PHP API client for the Mozilla Addon Statistics service

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

[](#installation)

The library is available through Composer, so its easy to get it. Simply add this to your `composer.json` file:

```
"require": {
    "ajt/guzzle-addons-mozilla": "dev-master"
}

```

And run `composer install`

Features
--------

[](#features)

- Support the current statistics per day

Todo
----

[](#todo)

- Add tests
- Add some Response models
- Figure out if there is a way to login so private statistics work as well

Usage
-----

[](#usage)

You need to have a public statistics board for this to work, as of now there is no support for authentication

To use the Mozilla Addons API Client simply instantiate the client

```
