Simple project with some Value objects that I use on my personal projects.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Php v7.1
To use this library on your project you just add this to composer and that's it!
composer require danitome24/php-valueobject
Clone this repo in your local machine and run docker-composer command to build up an environment
docker-compose up -d
Simply run:
php vendor/bin/phpunit
- Daniel Tomé Fernández - danieltomefer@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details