{"id":17351896,"url":"https://github.com/sergkeim/php-cloudflare-api","last_synced_at":"2025-08-01T19:06:09.249Z","repository":{"id":252082903,"uuid":"839240046","full_name":"SergkeiM/php-cloudflare-api","owner":"SergkeiM","description":"PHP Client for Cloudflare API","archived":false,"fork":false,"pushed_at":"2024-11-18T10:14:40.000Z","size":6701,"stargazers_count":17,"open_issues_count":17,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T09:57:26.724Z","etag":null,"topics":["cloudflare","cloudflare-api","php"],"latest_commit_sha":null,"homepage":"http://php-cloudflare-api.nuxt.space/","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/SergkeiM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-07T08:12:02.000Z","updated_at":"2025-07-06T13:34:07.000Z","dependencies_parsed_at":"2025-04-14T20:47:04.298Z","dependency_job_id":"508a10e8-6d82-401e-88f3-a02d003abf63","html_url":"https://github.com/SergkeiM/php-cloudflare-api","commit_stats":null,"previous_names":["sergkeim/php-cloudflare-api"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/SergkeiM/php-cloudflare-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergkeiM%2Fphp-cloudflare-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergkeiM%2Fphp-cloudflare-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergkeiM%2Fphp-cloudflare-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergkeiM%2Fphp-cloudflare-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SergkeiM","download_url":"https://codeload.github.com/SergkeiM/php-cloudflare-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SergkeiM%2Fphp-cloudflare-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268281822,"owners_count":24225159,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloudflare","cloudflare-api","php"],"created_at":"2024-10-15T17:11:42.101Z","updated_at":"2025-08-01T19:06:09.206Z","avatar_url":"https://github.com/SergkeiM.png","language":"PHP","readme":"# PHP Client for Cloudflare API\n\nA simple PHP Client for [Cloudflare API](https://developers.cloudflare.com/api/).\n\n![Banner](https://repository-images.githubusercontent.com/839240046/29efc427-1f2c-4248-9b1f-b006699d344b)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/sergkeim/php-cloudflare-api/actions?query=workflow%3ATests\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/sergkeim/php-cloudflare-api/tests.yml?label=Tests\u0026style=flat-square\" alt=\"Build Status\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square\" alt=\"Software License\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/sergkeim/php-cloudflare-api\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/dt/sergkeim/php-cloudflare-api?style=flat-square\" alt=\"Packagist Downloads\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/sergkeim/php-cloudflare-api/releases\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/release/sergkeim/php-cloudflare-api?style=flat-square\" alt=\"Latest Version\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e **Note**: This package is under active development as I expand it to cover Cloudflare API. Consider the public API of this package a little unstable as I work towards a v1.0. [See Coverage](https://php-cloudflare-api.nuxt.space/coverage)\n\nThis package provides convenient access to the Cloudflare REST API using PHP.\n\n- [☁️ Cloudflare API v4](https://developers.cloudflare.com/api/)\n- [📄 Documentation](https://php-cloudflare-api.nuxt.space/)\n- [📓 Coverage](https://php-cloudflare-api.nuxt.space/coverage)\n\n## Features ✨\n\n* PHP \u003e= 8.0\n* Minimal API around the [Guzzle HTTP client](https://github.com/guzzle/guzzle)\n* Light and fast thanks to lazy loading of API classes\n* Extensively documented\n* Laravel \u003e= 9 support\n\n## Quick install 🚀\n\nVia [Composer](https://getcomposer.org).\n\nThis command will get you up and running quickly.\n\n```bash\ncomposer require sergkeim/php-cloudflare-api\n```\n\n## Thanks 🙏\n\n* Thanks to [Cloudflare](https://developers.cloudflare.com/api/) for the high quality API and documentation.\n* Thanks to [KnpLabs](https://github.com/KnpLabs) for [php-github-api](https://github.com/KnpLabs/php-github-api) used as inspiration for this package.\n* Thanks to [Graham Campbell](https://github.com/GrahamCampbell) for [Laravel TestBench](https://github.com/GrahamCampbell/Laravel-TestBench).\n\n## License 📎\n\n`php-cloudflare-api` is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details\n\n---\n\nCloudflare, the Cloudflare logo, and Cloudflare Workers are trademarks and/or registered trademarks of Cloudflare, Inc. in the United States and other jurisdictions.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergkeim%2Fphp-cloudflare-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergkeim%2Fphp-cloudflare-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergkeim%2Fphp-cloudflare-api/lists"}