Here you can find all necessary files to start a new Vanilla PHP project with source and test files.
- Clone this repository:
git clone https://github.com/irinikp/Empty-PHP-Project.git
- Enter the folder:
cd Empty-PHP-Project
- Install composer:
composer install
To run the tests: phpunit tests
To change the name of the namespace:
- Replace
CustomProject
with your name of choice on filecomposer.json
- Update composer:
composer update
- Update src and test files accordingly