davispeixoto/blog-core

A blog core application/model

1.0.0 2017-08-02 10:31 UTC

This package is auto-updated.

Last update: 2024-04-24 04:07:23 UTC


README

This package provides a sample of core functionality of a blog designed by myself study DDD

Latest Stable Version Total Downloads Scrutinizer Code Quality Code Coverage Build Status Build Status

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.

Jetbrains

PhpStorm