An open API service indexing awesome lists of open source software.

https://github.com/ericksonreyes/ddd-phpspec-helper

Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.
https://github.com/ericksonreyes/ddd-phpspec-helper

helpers php7 phpspec tdd unit-testing

Last synced: 4 months ago
JSON representation

Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.

Awesome Lists containing this project

README

        

## DDD PhpSpec Helper
PhpSpec helper for generating domain event and entity specification and implementation classes.

[![License](https://img.shields.io/github/license/ericksonreyes/ddd-phpspec-helper.svg)](LICENSE.MD)
[![Packagist Version](https://img.shields.io/packagist/v/ericksonreyes/ddd-phpspec-helper.svg)](https://packagist.org/packages/ericksonreyes/ddd-phpspec-helper)
[![Last Commit](https://img.shields.io/github/last-commit/ericksonreyes/ddd-phpspec-helper.svg)](https://github.com/ericksonreyes/ddd-phpspec-helper/commits/master)
[![Stable Version](https://img.shields.io/github/tag/ericksonreyes/ddd-phpspec-helper.svg)](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[![PHP Version](https://img.shields.io/packagist/php-v/ericksonreyes/ddd-phpspec-helper.svg)](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[![Downloads](https://img.shields.io/github/downloads/ericksonreyes/ddd-phpspec-helper/total.svg)](https://github.com/ericksonreyes/ddd-phpspec-helper/tags)
[![Installations](https://img.shields.io/packagist/dm/ericksonreyes/ddd-phpspec-helper.svg)](https://packagist.org/packages/ericksonreyes/ddd-phpspec-helper)

## How to install
```bash
composer require ericksonreyes/ddd-phpspec-helper
```

## How to use
```bash
bin/phpspec entity MyDomain/EntityName
bin/phpspec event MyDomain/EventName
bin/phpspec command MyApplication/Command/WipeFileSystem
bin/phpspec handler MyApplication/Handler/WipeFileSystemHandler
```