This is an example project that shows how to work with objects in PHP.
- Clone this repository on your local machine using
git clone https://github.com/username/repo.git
. - Navigate to the project folder with
cd repo
.
- Start the PHP server with
php -S localhost:8000
. - Open your browser and go to
localhost:8000/src
to view theindex.php
file.
This project uses PHPUnit for testing. To run the tests, use the command ./vendor/bin/phpunit
.