{"id":36994019,"url":"https://github.com/firelike/share-a-sale-api-client","last_synced_at":"2026-01-13T23:46:14.766Z","repository":{"id":62504929,"uuid":"76632535","full_name":"firelike/share-a-sale-api-client","owner":"firelike","description":"Zend Framework module to consume Share-A-Sale API","archived":false,"fork":false,"pushed_at":"2020-07-03T02:21:32.000Z","size":88,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-25T16:20:36.392Z","etag":null,"topics":["zend-framework"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firelike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-16T07:37:36.000Z","updated_at":"2024-01-11T19:55:45.000Z","dependencies_parsed_at":"2022-11-02T12:45:27.037Z","dependency_job_id":null,"html_url":"https://github.com/firelike/share-a-sale-api-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/firelike/share-a-sale-api-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelike%2Fshare-a-sale-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelike%2Fshare-a-sale-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelike%2Fshare-a-sale-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelike%2Fshare-a-sale-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firelike","download_url":"https://codeload.github.com/firelike/share-a-sale-api-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelike%2Fshare-a-sale-api-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["zend-framework"],"created_at":"2026-01-13T23:46:14.058Z","updated_at":"2026-01-13T23:46:14.760Z","avatar_url":"https://github.com/firelike.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Share-A-Sale API Client\n\n[![Build Status](https://travis-ci.org/firelike/share-a-sale-api-client.svg?branch=master\u0026format=flat-square)](https://travis-ci.org/firelike/share-a-sale-api-client)\n[![License](https://poser.pugx.org/firelike/share-a-sale-api-client/license?format=flat-square)](https://packagist.org/packages/firelike/share-a-sale-api-client)\n\n## Introduction\n\nZend Framework module to consume Share-A-Sale API\n\n## Installation\nInstall the module using Composer into your application's vendor directory. Add the following line to your\n`composer.json`.\n\n```json\n{\n    \"require\": {\n        \"firelike/share-a-sale-api-client\": \"1.*\"\n    }\n}\n```\n## Configuration\n\nEnable the module in your `application.config.php` file.\n\n```php\nreturn array(\n    'modules' =\u003e array(\n        'Firelike\\ShareASale'\n    )\n);\n```\n\nCopy and paste the `shareasale.local.php.dist` file to your `config/autoload` folder and customize it with your credentials and\nother configuration settings. Make sure to remove `.dist` from your file.Your `shareasale.local.php` might look something like the following:\n\n```php\n\u003c?php\nreturn [\n    'shareasale_service' =\u003e [\n        'service_url' =\u003e 'https://shareasale.com',\n        'service_version' =\u003e '2.1',\n        'affiliate_id' =\u003e '\u003caffiliate-id\u003e',\n        'token' =\u003e '\u003ctoken\u003e',\n        'secret_key' =\u003e '\u003csecret-key\u003e',\n    ]\n];\n```\n\n## Usage\n\nCalling from your code:\n\n```php\n        use Firelike\\ShareASale\\Service\\ShareASaleService;\n        \n        $service = new ShareASaleService();\n        \n        $options = [\n            'dateStart' =\u003e '6/22/2016',\n        ];\n        \n        $records = $service-\u003eactivity($options);\n        \n        var_dump($records);\n        \n```\n\nUsing the console:\n\n```php\nphp public/index.php shareasale activity -v\n```\n## Implemented Service Methods:\n\n* **activity**\n* **activitySummary**\n* **merchantTimespan**\n* **dailyActivity**\n* **monthlySummary**\n* **voidtrail**\n* **traffic**\n* **apitokencount**\n* **getProducts**\n* **invalidLinks**\n* **orderInquiry**\n* **merchantDataFeeds**\n* **couponDeals**\n* **merchantStatus**\n* **merchantCreative**\n* **merchantGiftCard**\n* **edittrail**\n* **paymentSummary**\n* **merchantSearch**\n* **merchantSearchProduct**\n* **ledger**\n* **balance**\n\n\n\n## Links\n\n* [Zend Framework website](http://framework.zend.com)\n* [ShareASale website](https://www.shareasale.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelike%2Fshare-a-sale-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirelike%2Fshare-a-sale-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelike%2Fshare-a-sale-api-client/lists"}