Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjamilasfihani/conquer-auth
An authentication library for CodeIgniter4.
https://github.com/mjamilasfihani/conquer-auth
codeigniter codeigniter-library codeigniter4
Last synced: about 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 (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-01T15:05:21.000Z (over 1 year ago)
- Last Synced: 2024-10-12T07:24:03.545Z (3 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/workflows/PHPUnit/badge.svg)](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/phpunit.yml)
[![](https://github.com/mjamilasfihani/conquer-auth/workflows/PHPStan/badge.svg)](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/phpstan.yml)
[![](https://github.com/mjamilasfihani/conquer-auth/workflows/Deptrac/badge.svg)](https://github.com/mjamilasfihani/conquer-auth/actions/workflows/deptrac.yml)
[![Coverage Status](https://coveralls.io/repos/github/mjamilasfihani/conquer-auth/badge.svg?branch=develop)](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/)