PHPackages                             michalsn/codeigniter-kinde - 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-kinde

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

michalsn/codeigniter-kinde
==========================

Kinde integration for the CodeIgniter 4 framework

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

Since Jul 28Pushed 2y ago2 watchersCompare

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

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

CodeIgniter Kinde
=================

[](#codeigniter-kinde)

Basic integration for [Kinde](https://kinde.com/) authentication.

[![PHPStan](https://github.com/michalsn/codeigniter-kinde/actions/workflows/phpstan.yml/badge.svg)](https://github.com/michalsn/codeigniter-kinde/actions/workflows/phpstan.yml)[![PHPCPD](https://github.com/michalsn/codeigniter-kinde/actions/workflows/phpcpd.yml/badge.svg)](https://github.com/michalsn/codeigniter-kinde/actions/workflows/phpcpd.yml)[![Psalm](https://github.com/michalsn/codeigniter-kinde/actions/workflows/psalm.yml/badge.svg)](https://github.com/michalsn/codeigniter-kinde/actions/workflows/psalm.yml)[![Rector](https://github.com/michalsn/codeigniter-kinde/actions/workflows/rector.yml/badge.svg)](https://github.com/michalsn/codeigniter-kinde/actions/workflows/rector.yml)[![Deptrac](https://github.com/michalsn/codeigniter-kinde/actions/workflows/deptrac.yml/badge.svg)](https://github.com/michalsn/codeigniter-kinde/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-kinde

```

#### Manually

[](#manually)

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

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

```
