https://github.com/mjamilasfihani/conquer-auth
An authentication library for CodeIgniter4.
https://github.com/mjamilasfihani/conquer-auth
codeigniter codeigniter-library codeigniter4
Last synced: 2 months ago
JSON representation
An authentication library for CodeIgniter4.
- Host: GitHub
- URL: https://github.com/mjamilasfihani/conquer-auth
- Owner: mjamilasfihani
- License: mit
- Created: 2021-01-06T19:14:02.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-01T15:05:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T21:44:50.477Z (4 months ago)
- Topics: codeigniter, codeigniter-library, codeigniter4
- Language: PHP
- Homepage: https://mjamilasfihani.github.io/conquer-auth/
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# ConquerAuth
An authentication library for CodeIgniter4.[](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/phpunit.yml)
[](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/phpstan.yml)
[](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/deptrac.yml)
[](https://coveralls.io/github/mjamilasfihani/conquer-auth?branch=develop)## Prerequisites
Usage of Conquer\Auth requires the following:- A [CodeIgniter 4.2.0+](https://github.com/codeigniter4/CodeIgniter4/) based project
- [Composer](https://getcomposer.org/) for package management
- PHP 7.4+## Installation
Use the package manager [composer](https://getcomposer.org/) to install.```bash
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.
## License
[MIT](https://choosealicense.com/licenses/mit/)