session based login system

Maintainers

Package info

github.com/codebysushil/Auth

Type:project

pkg:composer/codebysushil/auth

Fund package maintenance!

CodeWithSushil

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v0.0.1 2025-06-27 10:55 UTC

This package is auto-updated.

Last update: 2026-02-17 10:01:15 UTC


README

Tests GitHub License GitHub Release Packagist Downloads

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