{"id":36982357,"url":"https://github.com/cable8mm/petdesign-api-php-client","last_synced_at":"2026-01-13T22:52:17.084Z","repository":{"id":117168810,"uuid":"138573135","full_name":"cable8mm/petdesign-api-php-client","owner":"cable8mm","description":null,"archived":true,"fork":false,"pushed_at":"2024-03-03T06:40:59.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T19:35:04.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cable8mm.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-25T09:30:56.000Z","updated_at":"2024-03-03T06:41:51.000Z","dependencies_parsed_at":"2024-03-03T07:30:12.867Z","dependency_job_id":"28818c3e-e1ad-46b2-a135-2e25808e0125","html_url":"https://github.com/cable8mm/petdesign-api-php-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cable8mm/petdesign-api-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fpetdesign-api-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fpetdesign-api-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fpetdesign-api-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fpetdesign-api-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cable8mm","download_url":"https://codeload.github.com/cable8mm/petdesign-api-php-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fpetdesign-api-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2026-01-13T22:52:17.011Z","updated_at":"2026-01-13T22:52:17.074Z","avatar_url":"https://github.com/cable8mm.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unofficial Petdesign API PhpClient\n\n![GitHub Release](https://img.shields.io/github/v/release/cable8mm/petdesign-api-php-client?logo=packagist\u0026color=F28D1A)\n![Packagist Downloads](https://img.shields.io/packagist/dt/esc-company/petdesign-api-client?logo=packagist\u0026color=F28D1A)\n![minimum PHP version](https://img.shields.io/badge/php-%3E%3D_8.0-8892BF.svg?logo=php)\n![GitHub License](https://img.shields.io/github/license/cable8mm/petdesign-api-php-client)\n\n## About\n\n🔥 **The Server API is deprecated, so this repository has been archived.** 🔥\n\nThis HttpClient used for connecting PETDESIGN API System.\n\nIt must required **KEY**.\n\n## Install\n\n```\ncomposer require esc-company/petdesign-api-client\n```\n\n## Usage\n\n## Lookup Petdesign Goods and Categories\n\nYou can use two method for fetch goods information.\n\nThey are `find()` and `get()`. `find` for **one** good information and `get` for goods information **list**.\n\n```php\n\u003c?php\n\n// Goods\n$good = (new Good({api_key}))-\u003efind(30);\n$goods = (new Good({api_key}))-\u003eshow(false)-\u003eget();\n$goods = (new Good({api_key}))-\u003epage(1)-\u003eget();\n$goods = (new Good({api_key}))-\u003efrom('2019-09-01')-\u003eget();\n\n// Categories\n$categories = (new Category({api_key}))-\u003eget();\n$categories = (new Category({api_key}))-\u003ebyCat()-\u003eget();\n$catCategory = (new Category({api_key}))-\u003efind(Category::catCode);\n```\n\nWe suggsest Fasade class for your convinient. As soon...\n\n## Test\n\n```bash\ncomposer test\n```\n\n## License\n\nThe Unofficial Petdesign API PhpClient is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fpetdesign-api-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcable8mm%2Fpetdesign-api-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fpetdesign-api-php-client/lists"}