PHPackages                             michalsn/codeigniter-passage - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. michalsn/codeigniter-passage

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

michalsn/codeigniter-passage
============================

Passage integration for the CodeIgniter 4 framework

v1.0.0(2y ago)210[3 PRs](https://github.com/michalsn/codeigniter-passage/pulls)MITPHPPHP ^8.0

Since Jul 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/michalsn/codeigniter-passage)[ Packagist](https://packagist.org/packages/michalsn/codeigniter-passage)[ Docs](https://github.com/michalsn/codeigniter-passage)[ RSS](/packages/michalsn-codeigniter-passage/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

CodeIgniter Passage
===================

[](#codeigniter-passage)

Basic integration for [Passage](https://passage.1password.com/) - passwordless authentication powered by passkeys.

[![PHPUnit](https://github.com/michalsn/codeigniter-passage/actions/workflows/phpunit.yml/badge.svg)](https://github.com/michalsn/codeigniter-passage/actions/workflows/phpunit.yml)[![PHPStan](https://github.com/michalsn/codeigniter-passage/actions/workflows/phpstan.yml/badge.svg)](https://github.com/michalsn/codeigniter-passage/actions/workflows/phpstan.yml)[![Deptrac](https://github.com/michalsn/codeigniter-passage/actions/workflows/deptrac.yml/badge.svg)](https://github.com/michalsn/codeigniter-passage/actions/workflows/deptrac.yml)

[![PHP](https://camo.githubusercontent.com/29e76b25f44fd19ba3a88f85f00b3ac7329ffd604075db0fbbeda87f6c794491/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e302d626c7565)](https://camo.githubusercontent.com/29e76b25f44fd19ba3a88f85f00b3ac7329ffd604075db0fbbeda87f6c794491/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e302d626c7565)[![CodeIgniter](https://camo.githubusercontent.com/8867c0cb2bfb4e11f527658f45d11bea936efb5a06e66b10e576912cf40874e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f646549676e697465722d253545342e332d626c7565)](https://camo.githubusercontent.com/8867c0cb2bfb4e11f527658f45d11bea936efb5a06e66b10e576912cf40874e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f646549676e697465722d253545342e332d626c7565)

### Installation

[](#installation)

#### Composer

[](#composer)

```
composer require michalsn/codeigniter-passage

```

#### Manually

[](#manually)

In the example below we will assume, that files from this project will be located in `app/ThirdParty/passage` directory.

Download this project and then enable it by editing the `app/Config/Autoload.php` file and adding the `Michalsn\CodeIgniterPassage` namespace to the `$psr4` array, like in the below example:

```
