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

ActiveLibrary[API Development](/categories/api)

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

PHP client for Share-A-Sale API

v1.1.2(9y ago)38181[1 issues](https://github.com/firelike/share-a-sale-api-client/issues)BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 16Pushed 5y ago3 watchersCompare

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

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

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

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

[![Build Status](https://camo.githubusercontent.com/8d3193ac90e778876c65a31bd475a8812b7260efe1737df00e157a040cdbf8fe/68747470733a2f2f7472617669732d63692e6f72672f666972656c696b652f73686172652d612d73616c652d6170692d636c69656e742e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/firelike/share-a-sale-api-client)[![License](https://camo.githubusercontent.com/fb760068d802b4a74f1757ed24224ed3870f064acd34f4ee0eba2ce8a2c3fbab/68747470733a2f2f706f7365722e707567782e6f72672f666972656c696b652f73686172652d612d73616c652d6170692d636c69656e742f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/firelike/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": {
        "firelike/share-a-sale-api-client": "1.*"
    }
}
```

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

[](#configuration)

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

```
return array(
    'modules' => array(
        'Firelike\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:

```
