veloci/core

Core package for Veloci DDD Framework.

2.0.0 2017-01-04 10:05 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:29:24 UTC


README

Scrutinizer Code Quality Code Coverage Build Status

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.

Prerequisites

  • composer
  • php 7.1

Installation

composer require veloci\core:^2.0

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Apache License