The PHP manual is available at php.net/docs.
Using XAMPP to install PHP version ">= 8.2.0" Clone the project with
git clone https://github.com/ItsaMeChun/phpmvc.git
Then install composer
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Then install all the dependencies with
composer require
If you want to install more dependencies of your choice use
composer require [name of the package you want to use]
Then add the thing you want like Firebase in
config/firebase-config.json.example
For the list of people who've put work into PHP, please see the PHP credits page.