This is an example project for demonstrating common Domain-Driven Design tactical patterns.
- Introduction
- Install
- Basic Usage
- Advanced Usage
- Versioning
- Change Log
- Testing
- Contributing
- Support
- Credits
- License
The only thing you need before getting started is Composer. To install the latest version of this library, run the command below:
$ composer require kocsismate/ddd-webshop
DDD-Webshop requires PHP 7.1 at least.
This library follows SemVer v2.0.0.
Please see CHANGELOG for more information on what has changed recently.
DDD-Webshop has a PHPUnit test suite. To run the tests, run the following command from the project folder after you have copied phpunit.xml.dist to phpunit.xml:
$ phpunit
Additionally, you may run docker-compose up
to execute the tests.
Please see CONTRIBUTING for details.
Please see SUPPORT for details.
The MIT License (MIT). Please see the License File for more information.