{"id":18124595,"url":"https://github.com/ans-group/sdk-php","last_synced_at":"2026-01-30T11:41:15.011Z","repository":{"id":37818701,"uuid":"182779175","full_name":"ans-group/sdk-php","owner":"ans-group","description":"ANS SDK for PHP","archived":false,"fork":false,"pushed_at":"2026-01-22T16:42:19.000Z","size":1372,"stargazers_count":6,"open_issues_count":1,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-23T09:43:37.743Z","etag":null,"topics":["hacktoberfest","php","sdk"],"latest_commit_sha":null,"homepage":"https://developers.ukfast.io","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/ans-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-22T12:13:52.000Z","updated_at":"2026-01-22T16:40:21.000Z","dependencies_parsed_at":"2023-01-30T14:00:34.473Z","dependency_job_id":"6fe7b84e-d256-4d8e-bfb3-0164d5005277","html_url":"https://github.com/ans-group/sdk-php","commit_stats":{"total_commits":936,"total_committers":40,"mean_commits":23.4,"dds":0.8888888888888888,"last_synced_commit":"f778faa2bd385d590ea21c4cefa3d30b80b7161f"},"previous_names":[],"tags_count":332,"template":false,"template_full_name":null,"purl":"pkg:github/ans-group/sdk-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ans-group%2Fsdk-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ans-group%2Fsdk-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ans-group%2Fsdk-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ans-group%2Fsdk-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ans-group","download_url":"https://codeload.github.com/ans-group/sdk-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ans-group%2Fsdk-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["hacktoberfest","php","sdk"],"created_at":"2024-11-01T08:06:50.102Z","updated_at":"2026-01-30T11:41:14.993Z","avatar_url":"https://github.com/ans-group.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ANS API PHP SDK\n=====================\n![Build Status](https://github.com/ans-group/sdk-php/actions/workflows/run-tests.yml/badge.svg)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n\nA PHP library for connecting your application(s) to the ANS APIs. \n\nTo use this package, you will need an ANS account. Sign up for free at [ans.co.uk][1], \nand refer to the [Getting Started][2] section of our developer documentation for more information on consuming our APIs.\n\n\nInstallation\n------------\n\nThe recommended way to install this package is through [composer](https://getcomposer.org).\n\n```\ncomposer require ans-group/sdk\n```\n\nAlternatively, you can download one of our [tagged releases](https://github.com/ans-group/sdk-php/releases) for manual installation, we don't recommend cloning the master branch for use in production environments as we cannot guarantee its stability.\n\nThis package does currently support PHP 5.6+, but we recommend moving to 7.1+ as soon as possible. \n\n\nUsage\n-----\n\nEach API has its own client class that extends from a base client class. All clients have an `auth` method which takes an API token to be used when sending requests.\n\nEach client class has its own subclients, which can be accessed via methods on the base client.\n\n**Example**\n\n```php\n\u003c?php\n\n$client = (new \\UKFast\\SDK\\eCloud\\Client)-\u003eauth('API KEY');\n\n$page = $client-\u003evpcs()-\u003egetPage();\n\nforeach ($page-\u003egetItems() as $request) {\n    echo \"#{$request-\u003eid} - {$request-\u003ename}\\n\";\n}\n```\n\n\nContributing\n------------\n\nWe welcome contributions that will benefit other users, \nplease see [CONTRIBUTING](CONTRIBUTING.md) for details on how you can get involved.\n\n\nLicense\n-------\n\nThis SDK is released under the [MIT License](LICENSE)\n\n\n[1]: https://www.ans.co.uk/book-in-a-call/?utm_source=github\u0026utm_medium=link\u0026utm_campaign=apio\n[2]: https://developers.ukfast.io/getting-started?utm_source=github\u0026utm_medium=link\u0026utm_campaign=apio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fans-group%2Fsdk-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fans-group%2Fsdk-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fans-group%2Fsdk-php/lists"}