-
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.
-
PHPAuth is a secure, well-rounded PHP Authentication class documemtation here.
-
Bootstrap 4, with basic themes, prebuilt authentication screens and secure area ( /secure )
(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
We are accepting contributions from the community.
PHP version 7.1 or higher is required, with the 'intl' extensions installed and enabled