{"id":36373999,"url":"https://github.com/complycube/complycube-php","last_synced_at":"2026-01-11T14:04:11.098Z","repository":{"id":46268737,"uuid":"334295829","full_name":"complycube/complycube-php","owner":"complycube","description":"PHP client lib for ComplyCube API","archived":false,"fork":false,"pushed_at":"2025-05-27T20:10:04.000Z","size":2071,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T12:47:14.942Z","etag":null,"topics":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","kyc","kyc-api"],"latest_commit_sha":null,"homepage":"https://www.complycube.com/","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/complycube.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":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":"2021-01-30T00:36:18.000Z","updated_at":"2025-05-27T20:09:24.000Z","dependencies_parsed_at":"2025-06-02T22:06:50.138Z","dependency_job_id":null,"html_url":"https://github.com/complycube/complycube-php","commit_stats":{"total_commits":9,"total_committers":4,"mean_commits":2.25,"dds":0.4444444444444444,"last_synced_commit":"5b0ccd6f4ae43a173261eeea8dd07c29c50b2a44"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/complycube/complycube-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/complycube","download_url":"https://codeload.github.com/complycube/complycube-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28306985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"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":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","kyc","kyc-api"],"created_at":"2026-01-11T14:04:10.871Z","updated_at":"2026-01-11T14:04:11.086Z","avatar_url":"https://github.com/complycube.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CI](https://github.com/ComplyCube/complycube-php/workflows/CI/badge.svg) ![coverage](https://codecov.io/gh/ComplyCube/complycube-php/branch/main/graph/badge.svg)\n\n\n# ComplyCube PHP Library\n\nThe official PHP library for integrating with the ComplyCube API.\n\nGet started with our [API integration docs](https://docs.complycube.com/api-reference/integration) and check out our full [API reference](https://docs.complycube.com/api-reference/).\n\n## Requirements\n\nPHP 7.4.\n\n## Composer Install\n\n``` bash\n$ composer require complycube/complycube\n```\n\nUse composers generated loader.\n``` php\nrequire_once __DIR__ . '/vendor/autoload.php'; \n```\n\n## Usage\n\nInitialise the ComplyCubeClient with the API key from your [developer dashboard.](https://portal.complycube.com/developers)\n\n\n``` php\nuse ComplyCube\\ComplyCubeClient;\n$complycube = new ComplyCubeClient($apiKey);\n```\n\nCreate a new client and complete a check\n\n``` php\n$newclient = $complycube-\u003eclients()-\u003ecreate([\n    'type' =\u003e 'person',\n    'email' =\u003e 'john@doe.com',\n    'personDetails' =\u003e ['firstName' =\u003e 'John',\n                        'lastName' =\u003e 'Smith']]);\n\n$result = $complycube-\u003echecks()-\u003ecreate($newclient-\u003eid,\n                                        ['type' =\u003e 'extensive_screening_check']);\n```\n\n## Webhooks\n\nComplyCube uses webhooks to notify your application when an event happens in your account. \n\nYou can use the EventVerifier to validate the messages sent to your application.\n\n``` php\n$verifier = new \\ComplyCube\\EventVerifier('WEBHOOK_SECRET');\n\n$event = $verifier-\u003econstructEvent($data, $headers[SIGNATURE_KEY]);\n```\n\nCheck out the [Webhooks guide](https://docs.complycube.com/documentation/guides/webhooks)\n\n### Integration Checklist\n\nWhen you’re done developing your ComplyCube integration and you’re ready to go live, refer to this [checklist](https://docs.complycube.com) to ensure you have covered all critical steps.\n\n## About ComplyCube\n\n[ComplyCube](https://www.complycube.com/en), the award-winning SaaS \u0026 API platform, specializes in innovative solutions for Identity Verification (IDV), Anti-Money Laundering (AML), and Know Your Customer (KYC) compliance. With a vast clientele across multiple industries such as financial services, transport, healthcare, e-commerce, cryptocurrency, FinTech, and telecoms, ComplyCube is a leading entity in the IDV domain.\n\u003cbr\u003e\n\u003cbr\u003e\nThis ISO-certified platform is distinguished by its ability to integrate quickly across channels and the comprehensive nature of its service suite, including Low/No-Code solutions, extensive API, Mobile SDKs, Client Libraries, and seamless CRM integrations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplycube%2Fcomplycube-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-php/lists"}