codebysushil / auth
session based login system
Fund package maintenance!
v0.0.1
2025-06-27 10:55 UTC
Requires
- php: ^8.3
- phpmailer/phpmailer: ^6.10
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.2
- symfony/var-dumper: ^7.3
README
An object oriented MVC framework and session based Login and Registration system.
Requirement
- PHP 8.2 or latest
- Composer 2.8.0
- HTML, CSS, JavaScript
- CSS Framework (Tailwind CSS or Bootstrap)
- SQL with SQLite3
Install
composer create-project codebysushil/auth MyApp
Run server
Start built-in PHP Server.
php -S localhost:8080 -t public
Testing
PHPUnit framework used here.
composer phpunit --testdox