Download the PHP package firelike/share-a-sale-api-client without Composer
On this page you can find all versions of the php package firelike/share-a-sale-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firelike/share-a-sale-api-client
More information about firelike/share-a-sale-api-client
Files in firelike/share-a-sale-api-client
Package share-a-sale-api-client
Short Description PHP client for Share-A-Sale API
License BSD-3-Clause
Informations about the package share-a-sale-api-client
Share-A-Sale API Client
Introduction
Zend Framework module to consume Share-A-Sale API
Installation
Install the module using Composer into your application's vendor directory. Add the following line to your
composer.json.
Configuration
Enable the module in your application.config.php file.
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:
Usage
Calling from your code:
Using the console:
Implemented Service Methods:
- activity
- activitySummary
- merchantTimespan
- dailyActivity
- monthlySummary
- voidtrail
- traffic
- apitokencount
- getProducts
- invalidLinks
- orderInquiry
- merchantDataFeeds
- couponDeals
- merchantStatus
- merchantCreative
- merchantGiftCard
- edittrail
- paymentSummary
- merchantSearch
- merchantSearchProduct
- ledger
- balance
Links
All versions of share-a-sale-api-client with dependencies
guzzlehttp/guzzle Version ^6.2
zendframework/zend-servicemanager Version ^3.1
zendframework/zend-validator Version ^2.8
zendframework/zend-mvc-console Version ^1.1