Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cpliakas/magento-client-php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pliakas committed Feb 20, 2014
2 parents 54d88b8 + ba0db0e commit f13c45c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,15 +1,15 @@
# Magento REST API Client Library
# Magento Client Library For PHP

[![Build Status](https://travis-ci.org/cpliakas/magento-client-php.png)](https://travis-ci.org/cpliakas/magento-client-php)
[![Coverage Status](https://coveralls.io/repos/cpliakas/magento-client-php/badge.png?branch=master)](https://coveralls.io/r/cpliakas/magento-client-php?branch=master)
[![Total Downloads](https://poser.pugx.org/cpliakas/magento-client-php/downloads.png)](https://packagist.org/packages/cpliakas/magento-client-php)
[![Latest Stable Version](https://poser.pugx.org/cpliakas/magento-client-php/v/stable.png)](https://packagist.org/packages/cpliakas/magento-client-php)

Provides client libraries to make REST and XMLRPC calls to a Magento instance.
Provides a client library to make REST and XMLRPC calls to a Magento instance.

## Installation

Magento REST API Client Library can be installed with [Composer](http://getcomposer.org)
Magento Client Library For PHP can be installed with [Composer](http://getcomposer.org)
by adding it as a dependency to your project's composer.json file.

```json
Expand Down

0 comments on commit f13c45c

Please sign in to comment.