passageidentity / passage-php
Passkey Complete for PHP - Integrate into your PHP API or service to enable a completely passwordless standalone auth solution with Passage by 1Password.
Requires
- php: ^7.4 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- firebase/php-jwt: ^6.5.0
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
- phpfastcache/phpfastcache: ^9.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^9.0
- vlucas/phpdotenv: ^5.6
- dev-main
- 0.4.0
- dev-sdk-updates-1731078891
- dev-dependabot/composer/composer-d7be1b5fde
- dev-sdk-updates-1730826512
- dev-sdk-updates-1730240045
- dev-psg-4896-repo-style-updates
- dev-PSG-4623-validate-jwt-aud
- dev-PSG-4467-add-passage-version-header
- dev-sdk-updates-1728591591
- dev-sdk-updates-1727970479
- dev-PSG-4781-update-doc-link
- dev-sdk-updates-1727205754
- dev-sdk-updates-1726859690
- dev-sdk-updates-1726779202
- dev-sdk-updates-1726772611
- dev-sdk-updates-1725488145
- dev-sdk-updates-1724695870
- dev-sdk-updates-1722980188
- dev-sdk-updates-1721253532
- dev-sdk-updates-1721168328
- dev-sdk-updates-1721069250
- dev-sdk-updates-1720718937
- dev-sdk-updates-1719870832
- dev-sdk-updates-1719352620
- dev-sdk-updates-1718236771
- dev-sdk-updates-1717795692
- dev-sdk-updates-1717625946
- dev-sdk-updates-1717105248
- dev-sdk-updates-1716242626
- dev-sdk-updates-1716221682
- dev-sdk-updates-1716215072
- dev-sdk-updates-1715960472
- dev-sdk-updates-1715123507
- dev-sdk-updates-1714000689
- dev-sdk-updates-1713999127
- dev-sdk-updates-1713806970
- dev-sdk-updates-1712850995
- dev-sdk-updates-1712354758
- dev-sdk-updates-1712258049
- dev-sdk-updates-1712246487
- dev-PSG-3797-cleanup-gha
- dev-sdk-updates-1710976404
- dev-sdk-updates-1710970331
- dev-sdk-updates-1710785416
- dev-sdk-updates-1710374403
- dev-sdk-updates-1710178398
- dev-sdk-updates-1709756899
- dev-sdk-updates-1709318423
- dev-sdk-updates-1706808691
- dev-fix-generate-command-docs-removal
- dev-sdk-updates-1706576216
- dev-sdk-updates-1706557956
- dev-sdk-updates-1706211961
- dev-sdk-updates-1705013968
- dev-bump-v0.2.1
- dev-sdk-updates-1702659273
- dev-sdk-updates-1702506620
- dev-sdk-updates-1701819393
- dev-add-on-pull-request-github-action
- dev-PSG-2913-wrap-api-calls
- dev-sdk-updates-1701276778
- dev-sdk-updates-1701207966
- dev-sdk-updates-1701196658
- dev-PSG-3173-update-readme-to-include-token-function
- dev-sdk-updates-1699313440
- dev-PSG-3123-documentation
- dev-sdk-updates-1698184176
This package is not auto-updated.
Last update: 2024-11-11 16:58:50 UTC
README
About
Passage by 1Password unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the WebAuthn API, and allows you to implement passkeys with ease.
Use Passkey Flex to add passkeys to an existing authentication experience.
Use Passkey Complete as a standalone passwordless auth solution.
Use Passkey Ready to determine if your users are ready for passkeys.
In passage-node
Use passage-php to implement Passkey Complete into your PHP backend to authenticate requests and manage users.
Getting Started
Check Prerequisites
You'll need a free Passage account and a Passkey Complete app set up in Passage Console to get started.
Learn more about Passage Console →
Install
composer require passageidentity/passage-php
Import
use Passage\Client\Controllers\Passage;
Initialize
$app_id = 'YOUR_PASSAGE_APP_ID'; $api_key = 'YOUR_PASSAGE_API_KEY'; $passage = new Passage( $app_id, $api_key );
Go Passwordless
Find all core functions, user management details, and more implementation guidance on our Passkey Complete PHP Documentation page.
Support & Feedback
We are here to help! Find additional docs, the best ways to get in touch with our team, and more within our support resources.
Passage is a product by 1Password, the global leader in access management solutions with nearly 150k business customers.
This project is licensed under the MIT license. See the LICENSE file for more info.