Skip to content

Azadron228/stag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developed a modular PHP framework from scratch for learning purposes, exploring key concepts like PSR-11 DI with autowiring, PSR-15 middleware for flexible request handling, and PSR-3 logging for improved debugging. Implemented robust validation rules and secure authentication with cookie-based sessions.

Features

  • Routing:
  • Middleware:
  • Database: Postgresql, MySql, SQlite.
  • Dependency injection container: Supports autowiring.
  • Logger: A psr-3 based logger.
  • Authentication

Creating Project

A simple demonstation app with authentication.

composer create-project --prefer-dist azadron228/stag-skeleton=dev-main new-app

About

My Php framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages