PHPackages                             torreycommerce/acenda-php-sdk - 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. torreycommerce/acenda-php-sdk

ActiveSdk[API Development](/categories/api)

torreycommerce/acenda-php-sdk
=============================

Acenda PHP SDK

1.0.14(1y ago)118.8k↓29.4%1MITPHPPHP &gt;=7.0

Since Aug 4Pushed 1y ago16 watchersCompare

[ Source](https://github.com/torreycommerce/acenda-php-sdk)[ Packagist](https://packagist.org/packages/torreycommerce/acenda-php-sdk)[ Docs](http://acenda.com)[ RSS](/packages/torreycommerce-acenda-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (44)Used By (0)

Acenda API client
=================

[](#acenda-api-client)

[![enter image description here](https://camo.githubusercontent.com/c099c15237d049e41eccaea862254294699165a86bb7846ae7d09f4d0ea6c91d/68747470733a2f2f6163656e64612e636f6d2f696d616765732f6c6f676f2d6163656e64614032782e706e67)](https://camo.githubusercontent.com/c099c15237d049e41eccaea862254294699165a86bb7846ae7d09f4d0ea6c91d/68747470733a2f2f6163656e64612e636f6d2f696d616765732f6c6f676f2d6163656e64614032782e706e67)

Acenda website: [Acenda](https://acenda.com)

Homepage: [Git repository](http://github.com/torreycommerce/acenda-php-sdk)

Author: *Acenda development Team*

[![Latest Stable Version](https://camo.githubusercontent.com/b8dde32db1eb66a9654fe38bb09a88702a673b249c2cb3af2ea46d4e8d733b92/68747470733a2f2f706f7365722e707567782e6f72672f746f72726579636f6d6d657263652f6163656e64612d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/torreycommerce/acenda-php-sdk) [![Total Downloads](https://camo.githubusercontent.com/73a4248d3c5c5d7c26f2300d26e94ebffefff629257b07efa71a322f2ba87d4d/68747470733a2f2f706f7365722e707567782e6f72672f746f72726579636f6d6d657263652f6163656e64612d7068702d73646b2f646f776e6c6f616473)](https://packagist.org/packages/torreycommerce/acenda-php-sdk) [![Latest Unstable Version](https://camo.githubusercontent.com/cd9d1f5b3edfa3d1f42c72ce86537ad7f30ed69eb75987acb8a4d7047f1e9f77/68747470733a2f2f706f7365722e707567782e6f72672f746f72726579636f6d6d657263652f6163656e64612d7068702d73646b2f762f756e737461626c65)](https://packagist.org/packages/torreycommerce/acenda-php-sdk) [![License](https://camo.githubusercontent.com/c27949e97300a227e97a6e32506f88dee98955d0d35b6d634c60dc8ffedd30fa/68747470733a2f2f706f7365722e707567782e6f72672f746f72726579636f6d6d657263652f6163656e64612d7068702d73646b2f6c6963656e7365)](https://packagist.org/packages/torreycommerce/acenda-php-sdk)

---

Description
-----------

[](#description)

The Acenda PHP Client makes it very easy to manage the authentication
and query to any store you would have access to.

> **Note:**

- This client is in Alpha and doesn't have all the features needed \*

---

Install
-------

[](#install)

### Composer

[](#composer)

Installation through composer is the easiest.
Just add these lines to your file `composer.json`:

```
{
    "require": {
        "torreycommerce/acenda-php-sdk": "0.3.*"
    }
}
```

---

How to use it
-------------

[](#how-to-use-it)

Usage should be simple enough for you to use it right away.
After instantiation, access all the API of your store:

```
