dev-master
9999999-dev https://github.com/goodby/event-sourcing
MIT
The Requires
- php >=5.4.0
- goodby/assertion dev-master
The Development Requires
Wallogit.com
2017 © Pedro Peláez
editing..., (*2)
![event sourcing model], (*3)
editing..., (*4)
Install composer in your project:, (*5)
curl -s http://getcomposer.org/installer | php
Create a composer.json file in your project root:, (*6)
{
"require": {
"goodby/event-sourcing": "*"
}
}
Install via composer:, (*7)
php composer.phar install
EventSourcing is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*8)
editing..., (*9)
Checkout master source code from github:, (*10)
hub clone goodby/event-sourcing
Install develpment components via composer:, (*11)
# If you don't have composer.phar ./scripts/bundle-devtools.sh . # If you have composer.phar composer.phar install --dev
We works under test driven development., (*12)
Run phpunit:, (*13)
./vendor/bin/phpunit
We follows coding standard PSR-2., (*14)
Check if your codes follows PSR-2 by phpcs:, (*15)
./vendor/bin/phpcs --standard=PSR2 src/
This project was automatically generated by "Goodby Setup"., (*16)
MIT