Download the PHP package maximecolin/car without Composer
On this page you can find all versions of the php package maximecolin/car. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maximecolin/car
More information about maximecolin/car
Files in maximecolin/car
Download maximecolin/car
More information about maximecolin/car
Files in maximecolin/car
Vendor maximecolin
Package car
Short Description A PHP implementation of the command bus pattern for DDD
License MIT
Homepage http://www.maximecolin.fr
Package car
Short Description A PHP implementation of the command bus pattern for DDD
License MIT
Homepage http://www.maximecolin.fr
Please rate this library. Is it a good library?
Informations about the package car
Car
Car is a PHP implementation of the Command Bus pattern for DDD.
Disclaimer
This is a very basic and simple implementation. It has to grow up :)
Installation
Purpose
The aim of the command bus pattern is to isolate your domain code in atomic, testable and reusable classes and to execute them through a dedicated service.
Usage
A command is an order. It can contains data you need. Attributes can be set on construct, fill through a form, set by other services, ...
Create an handler which will process your command.
Comming soon
Event sourcing integration.
All versions of car with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package maximecolin/car contains the following files
Loading the files please wait ....