davispeixoto / blog-core
A blog core application/model
1.0.0
2017-08-02 10:31 UTC
Requires
- php: >=7.0
- myclabs/php-enum: 1.*
- psr/log: ^1.0@dev
- ramsey/uuid: ^3.0@dev
- roave/security-advisories: dev-master
Requires (Dev)
- phpunit/phpunit: ~6.2
README
This package provides a sample of core functionality of a blog designed by myself study DDD
Installation
This package can be installed via Composer by requiring the
davispeixoto/blog-core
package in your project's composer.json
.
{ "require": { "davispeixoto/blog-core": "~0.0.0" } }
And running a composer update from your terminal:
php composer.phar update
Configuration
Not sure how to write this section
Usage
Just import and use, respecting entities and interfaces
License
This software is licensed under the MIT license
Versioning
This project follows the Semantic Versioning
Thanks
An amazing "Thank you, guys!" for Jetbrains folks, who kindly empower this project with a free open-source license for PhpStorm which can bring a whole new level of joy for coding.