1. Go to this page and download the library: Download fireup/php-build library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fireup / php-build example snippets
bash
# Create a new application (php-build my-php-app
cd my-php-app
bash
# Clone the template
git clone https://github.com/kingjethro999/fireup-build.git
cd fireup-build
# Create a new application
php create-app.php my-php-app
cd my-php-app
composer install