This library is part of Veloci, a framework designed for fast prototyping with a Domain Driven Design methodology.
Actually, it does nothing, but it can be considered a proof of concept for a good design.
Interesting points:
- It's written in PHP 7.1
- 100% test coverage
- Principle Design patterns used
- Design by contracts
- Domain Driven Design
- Test Driven Design
- SOLID
Hope you'll enjoy
Christian N.
- composer
- php 7.1
composer require veloci\core:^2.0
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D


