PHP composer installation Look at the PHP composer to learn more. Setup Make sure to install dependencies: composer install Development Server Start the development server on http://localhost:9000/post-list.php: php -S localhost:9000 -t public/