davro / php-valueobjects

PHP Value Objects Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP ValueObjects

A PHP library/collection of classes for Domain Driven Design using and understanding immutable objects.

Running Tests

Composer is configured to autoload the projects src and tests directories using the psr-4 standard. Also composer is setup to link phpunit in the projects bin directory.

php bin/phpunit --bootstrap vendor/autoload.php tests/

Contributing

See CONTRIBUTING file.

License

PHP ValueObjects is released under the LGPL License. See the bundled LICENSE file for details.

About

PHP Value Objects Library


Languages

Language:PHP 100.0%