{"id":21211828,"url":"https://github.com/passageidentity/passage-php","last_synced_at":"2025-07-10T09:31:17.996Z","repository":{"id":203801811,"uuid":"690613414","full_name":"passageidentity/passage-php","owner":"passageidentity","description":"Passkey Complete for PHP - Integrate into your PHP API or service to enable a completely passwordless standalone auth solution with Passage by 1Password","archived":false,"fork":false,"pushed_at":"2024-10-23T16:44:02.000Z","size":266,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-23T23:28:12.297Z","etag":null,"topics":["1password","authentication","biometrics","ciam","identity","magic-links","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","php","webauthn"],"latest_commit_sha":null,"homepage":"http://docs.passage.id/complete","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/passageidentity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-12T14:26:38.000Z","updated_at":"2024-10-17T18:13:17.000Z","dependencies_parsed_at":"2023-12-07T17:27:02.376Z","dependency_job_id":"392cab0d-ae97-47e5-baa7-48d4c9751a4f","html_url":"https://github.com/passageidentity/passage-php","commit_stats":null,"previous_names":["passageidentity/passage-php"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passageidentity%2Fpassage-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passageidentity","download_url":"https://codeload.github.com/passageidentity/passage-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629755,"owners_count":17499295,"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":["1password","authentication","biometrics","ciam","identity","magic-links","oauth2","oidc","otp","passage","passage-sdk","passkey-complete","passkeys","passwordless","php","webauthn"],"created_at":"2024-11-20T21:05:36.634Z","updated_at":"2025-07-10T09:31:17.989Z","avatar_url":"https://github.com/passageidentity.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![passage-php](https://storage.googleapis.com/passage-docs/github-md-assets/passage-php.png)\n\n\n![GitHub License](https://img.shields.io/github/license/passageidentity/passage-node)\n![Static Badge](https://img.shields.io/badge/Built_by_1Password-grey?logo=1password)\n\n## About\n\n[Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease.\n\nUse [Passkey Flex](https://docs.passage.id/flex) to add passkeys to an existing authentication experience.\n\nUse [Passkey Complete](https://docs.passage.id/complete) as a standalone passwordless auth solution.\n\nUse [Passkey Ready](https://docs.passage.id/passkey-ready) to determine if your users are ready for passkeys.\n\n### In passage-node\n\nUse passage-php to implement Passkey Complete into your PHP backend to authenticate requests and manage users.\n\n| Product | Compatible |\n| --- | --- |\n| ![Passkey Flex](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-flex-icon.png) Passkey **Flex** | ✖️ For Passkey Flex, check out the [Passkey Flex APIs](https://docs.passage.id/flex/apis)\n| ![Passkey Complete](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-complete-icon.png) Passkey **Complete** | ✅\n| ![Passkey Ready](https://storage.googleapis.com/passage-docs/github-md-assets/passage-passkey-ready-icon.png) Passkey **Ready** | ✖️ For Passkey Ready, check out [Authentikit](https://www.npmjs.com/package/@passageidentity/authentikit)\n\n\u003cbr /\u003e\n\n## Getting Started\n\n### Check Prerequisites\n\n\u003cp\u003e\n You'll need a free Passage account and a Passkey Complete app set up in \u003ca href=\"https://console.passage.id/\"\u003ePassage Console\u003c/a\u003e to get started. \u003cbr /\u003e\n \u003csub\u003e\u003ca href=\"https://docs.passage.id/home#passage-console\"\u003eLearn more about Passage Console →\u003c/a\u003e\u003c/sub\u003e\n\u003c/p\u003e\n\n### Install\n\n```shell\ncomposer require passageidentity/passage-php\n```\n\n### Import\n\n```php\nuse Passage\\Client\\Passage;\n```\n\n### Initialize\n\n```php\n$passage = new Passage(\n  $_ENV['PASSAGE_APP_ID'],\n  $_ENV['PASSAGE_API_KEY'],\n);\n```\n\n### Go Passwordless\n\nFind all core functions, user management details, and more implementation guidance on our [Passkey Complete PHP Documentation](https://docs.passage.id/complete/backend-sdks/php) page.\n\n## Support \u0026 Feedback\n\nWe are here to help! Find additional docs, the best ways to get in touch with our team, and more within our [support resources](https://github.com/passageidentity/.github/blob/main/SUPPORT.md).\n\n\u003cbr /\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-dark.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-light.png\"\u003e\n      \u003cimg alt=\"Passage by 1Password Logo\" src=\"https://storage.googleapis.com/passage-docs/github-md-assets/passage-by-1password-light.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003csub\u003ePassage is a product by \u003ca href=\"https://1password.com/product/passage\"\u003e1Password\u003c/a\u003e, the global leader in access management solutions with nearly 150k business customers.\u003c/sub\u003e\u003cbr /\u003e\n    \u003csub\u003eThis project is licensed under the MIT license. See the \u003ca href=\"LICENSE\"\u003eLICENSE\u003c/a\u003e file for more info.\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassageidentity%2Fpassage-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassageidentity%2Fpassage-php/lists"}