A DIY PHP Framework
- PHP 8.1 or later
composer
for dependencies
Install composer dependencies
composer install
php -S localhost:8080 -t public public/index.php
Read the article here to see how this was built and how you can build it yourself from scratch: https://softwareengineeringstandard.com/2022/11/15/build-your-own-php-framework-step-by-step-part-1/