PHPackages                             carlosio/alexa - 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. carlosio/alexa

ActiveLibrary

carlosio/alexa
==============

A PHP library for getting performance indicator from Alexa (http://www.alexa.com)

11982PHPCI failing

Since Feb 13Pushed 12y agoCompare

[ Source](https://github.com/carlosbuenosvinos/php-alexa-api)[ Packagist](https://packagist.org/packages/carlosio/alexa)[ RSS](/packages/carlosio-alexa/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CarlosIO\\Geckoboard
====================

[](#carlosiogeckoboard)

[![Build Status](https://camo.githubusercontent.com/0a308195ce7726c74ffaa9bfcfdd260d6b637e43897571417a740d24f1d8e030/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6361726c6f736275656e6f7376696e6f732f7068702d6765636b6f626f6172642d6170692e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/carlosbuenosvinos/php-geckoboard-api)

A PHP library for dealing with Geckoboard API ()

Installation
============

[](#installation)

The best way to install the library is by using [Composer](http://getcomposer.org). Add the following to `composer.json` in the root of your project:

```
{
    "require": {
        "carlosio/geckoboard": "dev-master"
    }
}
```

Then, on the command line:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install
```

Use the generated `vendor/autoload.php` file to autoload the library classes.

Usage
=====

[](#usage)

```
