https://github.com/nixilla/klout-api-consumer
Klout API Consumer in PHP
https://github.com/nixilla/klout-api-consumer
Last synced: 2 months ago
JSON representation
Klout API Consumer in PHP
- Host: GitHub
- URL: https://github.com/nixilla/klout-api-consumer
- Owner: nixilla
- Created: 2013-03-19T18:04:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T16:56:32.000Z (about 12 years ago)
- Last Synced: 2025-02-08T21:16:57.393Z (4 months ago)
- Language: PHP
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
KloutApiConsumer
================This is small library that allows you to easily interact with `KloutAPI v2`_.
.. _`KloutAPI v2`: http://klout.com/s/developers/v2
.. image:: https://travis-ci.org/nixilla/klout-api-consumer.png?branch=master
Installation
````````````The easiest way - via packagist_:
.. _packagist: https://packagist.org/packages/nixilla/klout-api-consumer
.. code-block:: json
{
"require": {
"nixilla/klout-api-consumer": "~0.6"
}
}Usage:
``````See example.php
Contributing (with tests):
``````````````````````````.. code-block:: sh
git clone git://github.com/nixilla/klout-api-consumer.git && \
cd klout-api-consumer && \
mkdir bin && \
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin && \
./bin/composer.phar install --dev && \
./bin/phpunitNow you can add your code and send me pull request.