eureka/domain-blog

Provide common classes & services to create blog in your application.

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/eureka/domain-blog

0.2.1 2022-11-13 23:25 UTC

This package is auto-updated.

Last update: 2025-10-14 06:13:05 UTC


README

Current version Supported PHP version CI Quality Gate Status Coverage

Provide common classes & services to create a blog in your application.

Install in application

To add this "domain" in you app, you can require it via composer:

composer require "eureka/domain-blog"

Testing

Installation

You can install the component (for testing) with the following command:

make install

Update

You can update the component (for testing) with the following command:

make update

Update

You can update the component (for testing) with the following command:

make update

Run tests

You can test the component with the following commands:

make phpcs   # check for code style
make tests   # run unit-tests
make testdox # run unit-tests with textdox options (human readable & non technical)