Skip to content

danitome24/php-valueobject

Repository files navigation

Value Objects

Build Status Coverage Status

Simple project with some Value objects that I use on my personal projects.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Php v7.1

Usage

To use this library on your project you just add this to composer and that's it!

composer require danitome24/php-valueobject

Development

Clone this repo in your local machine and run docker-composer command to build up an environment

docker-compose up -d

Running the tests

Simply run:

php vendor/bin/phpunit

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details