raz/framework

A framework I made for a school project with a modular architecture and dependency injection.

1.0.0 2024-12-09 14:15 UTC

This package is auto-updated.

Last update: 2025-06-09 15:40:02 UTC


README

Starter

Start importing the bootstrap file. Use the :

  • Request/Response
  • Middleware
  • Route
  • Controller abstract
  • Repository abstract
  • Error/ ErrorPage

Start server

index.php is the entrypoint. All request will be redirected to this file.

php -S localhost:8000 index.php