PHPackages                             zera555/share-a-sale-api-client - 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. zera555/share-a-sale-api-client

ActiveLibrary[API Development](/categories/api)

zera555/share-a-sale-api-client
===============================

PHP client for Share-A-Sale API

v1.2(6y ago)17BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 16Pushed 6y agoCompare

[ Source](https://github.com/zera555/share-a-sale-api-client)[ Packagist](https://packagist.org/packages/zera555/share-a-sale-api-client)[ RSS](/packages/zera555-share-a-sale-api-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (5)Used By (0)

Share-A-Sale API Client
-----------------------

[](#share-a-sale-api-client)

[![Build Status](https://camo.githubusercontent.com/5d5e32f9c60d041a8ee5acaf33835704875024729327b8546d89fae533923a9b/68747470733a2f2f7472617669732d63692e6f72672f7a6572613535352f73686172652d612d73616c652d6170692d636c69656e742e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/zera555/share-a-sale-api-client)[![License](https://camo.githubusercontent.com/a14dd0adeea661303227fa8e2a7a75e730424d3e8aa75419c593a2af01afa7f5/68747470733a2f2f706f7365722e707567782e6f72672f7a6572613535352f73686172652d612d73616c652d6170692d636c69656e742f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/zera555/share-a-sale-api-client)

Introduction
------------

[](#introduction)

Zend Framework module to consume Share-A-Sale API

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

[](#installation)

Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
    "require": {
        "zera555/share-a-sale-api-client": "1.*"
    }
}
```

Configuration
-------------

[](#configuration)

Enable the module in your `application.config.php` file.

```
return array(
    'modules' => array(
        'Zera555\ShareASale'
    )
);
```

Copy and paste the `shareasale.local.php.dist` file to your `config/autoload` folder and customize it with your credentials and other configuration settings. Make sure to remove `.dist` from your file.Your `shareasale.local.php` might look something like the following:

```
