dev-main 2024-02-11 08:37 UTC

This package is auto-updated.

Last update: 2024-04-11 08:55:52 UTC


README

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