https://github.com/ci-blox/ci4auth
CI4 Foundation - Codeigniter 4 with Auth and Themes
https://github.com/ci-blox/ci4auth
authentication bootstrap4 codeigniter4 php starter
Last synced: about 1 year ago
JSON representation
CI4 Foundation - Codeigniter 4 with Auth and Themes
- Host: GitHub
- URL: https://github.com/ci-blox/ci4auth
- Owner: ci-blox
- License: mit
- Created: 2018-10-12T06:23:28.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-12T03:20:20.000Z (over 7 years ago)
- Last Synced: 2025-03-26T02:51:13.617Z (about 1 year ago)
- Topics: authentication, bootstrap4, codeigniter4, php, starter
- Language: PHP
- Homepage:
- Size: 14.1 MB
- Stars: 12
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CI4Auth - A simple CodeIgniter 4 starter
## What is in CIAuth?
1. **CodeIgniter 4** (in alpha release) is a PHP full-stack web framework that is light, fast, flexible, and secure.
More information can be found at the [official site](http://codeigniter.com).
2. **PHPAuth** is a secure, well-rounded PHP Authentication class [documemtation here](https://github.com/PHPAuth/PHPAuth/wiki/Class-Methods).
3. **Bootstrap 4**, with basic themes, prebuilt authentication screens and secure area ( /secure )
## Installation Notes
(better instructions coming soon)
- this library/framework uses the "Composer install" method.
- clone this library
- run composer install
- note: we DO NOT include CI4, composer WILL INSTALL IT
- migrations included to create tables: once your database and config are set up,
then run the Auth migrations: php spark migrate:latest -all
- to run, use
php -S localhost:8080 -t public
## Contributing
We **are** accepting contributions from the community.
## Server Requirements
PHP version 7.1 or higher is required, with the 'intl' extensions installed and enabled