PHP Starter Description This is a simple PHP starter project that includes a basic web server setup and a simple routing system. Installation git clone https://github.com/mehmetozguldev/php-starter.git cd php-starter php -S localhost:8888 -t public