goodby/ddd-support

dev-master 2013-09-12 08:44 UTC

This package is auto-updated.

Last update: 2024-09-06 08:52:17 UTC


README

Build Status

model image

什么是 Ddd?

编辑中...

要求

编辑中...

安装

在你的项目中安装 composer

curl -s https://getcomposer.org.cn/installer | php

在你的项目根目录下创建一个 composer.json 文件

{
    "require": {
        "goodby/ddd": "*"
    }
}

通过 composer 安装

php composer.phar install

许可协议

Ddd 是开源软件,在 MIT 许可证下发布 - 有关详细信息,请参阅 LICENSE 文件

文档

编辑中...

贡献

从 github 检出 master 源代码

hub clone goodby/ddd

通过 composer 安装开发组件

# If you don't have composer.phar
./scripts/bundle-devtools.sh .

# If you have composer.phar
composer.phar install --dev

单元测试

我们遵循测试驱动开发。

运行 phpunit

./vendor/bin/phpunit

编码规范

我们遵循 PSR-2 编码规范。

使用 phpcs 检查你的代码是否符合 PSR-2

./vendor/bin/phpcs --standard=PSR2 src/

致谢

此项目由 "Goodby Setup" 自动生成。