mjamilasfihani / conquer-auth
An authentication library for CodeIgniter4
Fund package maintenance!
mjamilasfihani
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- codeigniter4/devkit: ^1.1
- codeigniter4/framework: ^4.2
- rector/rector: ^0.15.1
Provides
This package is auto-updated.
Last update: 2024-10-30 01:32:04 UTC
README
An authentication library for CodeIgniter4.
Prerequisites
Usage of Conquer\Auth requires the following:
- A CodeIgniter 4.2.0+ based project
- Composer for package management
- PHP 7.4+
Installation
Use the package manager composer to install.
composer require mjamilasfihani/conquer-auth
Usage
Coming Soon :)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.