{"id":25383057,"url":"https://github.com/mislam/amazon-mws","last_synced_at":"2025-04-09T14:16:05.479Z","repository":{"id":274406301,"uuid":"922721967","full_name":"mislam/amazon-mws","owner":"mislam","description":"A PHP library for integrating with Amazon Marketplace Web Service (MWS) API - manage inventory, orders, and reports.","archived":false,"fork":false,"pushed_at":"2025-01-27T05:04:19.000Z","size":359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T07:53:26.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mislam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-26T23:17:08.000Z","updated_at":"2025-01-27T05:04:23.000Z","dependencies_parsed_at":"2025-01-27T06:21:48.770Z","dependency_job_id":null,"html_url":"https://github.com/mislam/amazon-mws","commit_stats":null,"previous_names":["mislam/amazon-mws"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Famazon-mws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Famazon-mws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Famazon-mws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislam%2Famazon-mws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislam","download_url":"https://codeload.github.com/mislam/amazon-mws/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054194,"owners_count":21039952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-15T07:53:33.344Z","updated_at":"2025-04-09T14:16:05.444Z","avatar_url":"https://github.com/mislam.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon MWS Library\n\nA PHP library to connect to Amazon Marketplace Web Services (Amazon MWS).\n\n## Installation\n\nYou can install this package via Composer:\n\n```bash\ncomposer require mislam/amazon-mws\n```\n\n## Requirements\n\n- PHP \u003e= 5.4\n- PHP cURL extension\n\n## Usage\n\n```php\n\u003c?php\nuse AmazonMWS\\AmazonProductList;\n\n$config = [\n  'MWS_SELLER_ID' =\u003e env('MWS_SELLER_ID'),\n  'MWS_AUTH_TOKEN' =\u003e env('MWS_AUTH_TOKEN'),\n  'MWS_ACCESS_KEY' =\u003e env('MWS_ACCESS_KEY'),\n  'MWS_SECRET_KEY' =\u003e env('MWS_SECRET_KEY'),\n  'MWS_SERVICE_URL' =\u003e env('MWS_SERVICE_URL'),\n];\n\n// Initialize the AmazonProductList class\n$productList = new AmazonProductList($config);\n\n// Set the product ASIN\n$productList-\u003esetIdType('ASIN');\n$productList-\u003esetProductIds(['B0786VMVXW', 'B089FPC2HX']);\n\n// Fetch the product list\n$productList-\u003efetchProductList();\n```\n\n## Features\n\n- Connect to Amazon MWS API\n- Handle authentication and request signing\n- Support for major MWS API sections:\n  - Orders\n  - Products\n  - Inventory\n  - Reports\n  - And more...\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n[Mohammad Islam](https://mislam.dev)\n\n## Support\n\nIf you discover any security-related issues, please email hi@mislam.dev instead of using the issue tracker.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Famazon-mws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislam%2Famazon-mws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislam%2Famazon-mws/lists"}