{"id":22893548,"url":"https://github.com/sergeylukin/amazon-product-search","last_synced_at":"2025-05-07T19:11:42.827Z","repository":{"id":62542453,"uuid":"45082746","full_name":"sergeylukin/amazon-product-search","owner":"sergeylukin","description":"PHP library that allows searching for products on amazon.com store","archived":false,"fork":false,"pushed_at":"2015-10-28T09:36:52.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T19:11:37.487Z","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/sergeylukin.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}},"created_at":"2015-10-28T02:08:53.000Z","updated_at":"2021-05-23T13:26:05.000Z","dependencies_parsed_at":"2022-11-02T15:46:21.140Z","dependency_job_id":null,"html_url":"https://github.com/sergeylukin/amazon-product-search","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Famazon-product-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Famazon-product-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Famazon-product-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Famazon-product-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeylukin","download_url":"https://codeload.github.com/sergeylukin/amazon-product-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940934,"owners_count":21828769,"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":"2024-12-13T23:14:42.507Z","updated_at":"2025-05-07T19:11:42.791Z","avatar_url":"https://github.com/sergeylukin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon product search [![Build Status](https://travis-ci.org/sergeylukin/amazon-product-search.png?branch=master)](https://travis-ci.org/sergeylukin/amazon-product-search)\n\nLibrary that allows searching for products on amazon.com store.\n\n# Installation\n\nUse composer to require in your `composer.json`:\n\n```\n\"sergeylukin/amazon-product-search\": \"dev-master\"\n```\n\nor just run `composer require sergeylukin/amazon-product-search`\n\n# Usage\n\n```php\n\u003c?php require __DIR__ . '/vendor/autoload.php';\n\nuse Sergeylukin\\AmazonProductSearch as Amazon;\n\n$Product = Amazon::factory()-\u003efindOneProductByKeyword('latte cup');\n\nprint_r($Product);\n```\n\nsample output:\n\n```php\nstdClass Object\n(\n [title] =\u003e Best latte cup\n [price] =\u003e $12.05\n [image_uri] =\u003e http://example.com/latte-cup.jpg\n [description] =\u003e The best latte cup you will ever drink latte from. Period.\n)\n```\n\n# Development\n\nInstall [git](http://git-scm.com) and [composer](http://getcomposer.org)\n\n```\ngit clone https://github.com/sergeylukin/amazon-product-search.git\ncomposer install\n```\n\nRun tests:\n\n```\n./vendor/bin/codecept run\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeylukin%2Famazon-product-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeylukin%2Famazon-product-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeylukin%2Famazon-product-search/lists"}