Using Composer
Composer is the easiest and fastest way to install the framework, ensuring you always get the latest version with all dependencies.
Step 1: Check Composer and PHP versions
php -v
composer -VStep 2: Install the PHPFast Framework
composer create-project vendor/php-fast project-rootStep 3: Start the server
php -S localhost:8000 -t publicLast updated
Was this helpful?