codebysushil / auth
session based login system
Fund package maintenance!
CodeWithSushil
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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
This package is not auto-updated.
Last update: 2025-10-03 11:27:27 UTC
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
Run server
Start built-in PHP Server.
php -S localhost:8080
Testing
PHPUnit framework used here.
composer phpunit --testdox