{"id":29093061,"url":"https://github.com/ediasoft/tyre24-api-php","last_synced_at":"2025-06-28T08:02:15.394Z","repository":{"id":129434602,"uuid":"609854308","full_name":"eDiasoft/tyre24-api-php","owner":"eDiasoft","description":"Tyre24 API client for PHP","archived":false,"fork":false,"pushed_at":"2025-03-22T15:25:30.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T05:13:48.331Z","etag":null,"topics":["api","client","httpclient","library","php"],"latest_commit_sha":null,"homepage":"","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/eDiasoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-03-05T12:52:29.000Z","updated_at":"2025-05-14T07:27:31.000Z","dependencies_parsed_at":"2025-06-28T08:02:14.700Z","dependency_job_id":null,"html_url":"https://github.com/eDiasoft/tyre24-api-php","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/eDiasoft/tyre24-api-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eDiasoft%2Ftyre24-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eDiasoft%2Ftyre24-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eDiasoft%2Ftyre24-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eDiasoft%2Ftyre24-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eDiasoft","download_url":"https://codeload.github.com/eDiasoft/tyre24-api-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eDiasoft%2Ftyre24-api-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262396490,"owners_count":23304444,"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":["api","client","httpclient","library","php"],"created_at":"2025-06-28T08:02:09.113Z","updated_at":"2025-06-28T08:02:15.384Z","avatar_url":"https://github.com/eDiasoft.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/shuch3n"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/7081446/223246488-77debf08-5f0b-47da-b15b-a51b6038352f.png\" width=\"128\" height=\"128\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eTyre24 API client for PHP\u003c/h1\u003e\n\n![tyre24cover_readme](https://user-images.githubusercontent.com/7081446/223845481-77f883b0-6764-4224-b64f-2a0204c66e57.png)\n\n\n\u003ca href=\"https://www.buymeacoffee.com/shuch3n\" target=\"_blank\"\u003e\n\u003cimg width=\"100\" alt=\"yellow-button\" src=\"https://user-images.githubusercontent.com/7081446/223840887-a22159f2-4830-44d5-ad68-98eaea370e66.png\"\u003e\n\u003c/a\u003e\n\n\u003cp\u003e\nThe Tyre24 API client enables developers to rapidly interact with the Tyre24 API and access data about products, orders, shipping, and more. This client was explicitly designed for Tyre24, a well-known tire and wheel marketplace.\u003cbr /\u003e\n\u003cbr /\u003e\nThis project is an open-source. Developers can contribute and suggest new features, report issues, and provide feedback. This collaborative approach helps to keep the Tyre24 API Client up-to-date and secure, and it is essential for developers who want to work with the Tyre24 marketplace. \n\u003c/p\u003e\n\n## Requirements ##\nTo use the Tyre24 API client, the following things are required:\n\n+ Get yourself a Tyre24 [supplier account](https://supplier.alzura.com).\n+ Now you're ready to use the Tyre24 API client.\n+ PHP \u003e= 7.4\n+ Up-to-date OpenSSL (or other SSL/TLS toolkit)\n\n## Composer Installation ##\n\nBy far the easiest way to install the Tyre24 API client is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).\n\n    $ composer require ediasoft/tyre24-api-php:^1.0\n\n    {\n        \"require\": {\n            \"ediasoft/tyre24-api-php\": \"^1.0\"\n        }\n    }\n\n## Getting started ##\n\nInitializing the Tyre24 API client, and retrieve your authenticate token.\n\n```php\n\u003c?php\n\nuse eDiasoft\\Tyre24\\Tyre24Client;\n\n$client = Tyre24Client::authenticate(env('TYRE24_USER'), env('TYRE24_PASSWORD'));\n\n//Retrieve latest orders\n$latestOrders = $client-\u003eorders-\u003elatestOrders('de');\n``` \n## License\nTyre24 API PHP Client is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## Support ##\nContact: [ediasoft.com](ediasoft.com) — info@ediasoft.com — +31 10 84 342 77\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fediasoft%2Ftyre24-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fediasoft%2Ftyre24-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fediasoft%2Ftyre24-api-php/lists"}