hildert/annotation-entity

一个PHP库,帮助PHP开发者将数组转换为DTO实体。

v1.1 2017-09-26 09:02 UTC

This package is not auto-updated.

Last update: 2024-09-24 17:12:57 UTC


README

Build Status

annotation-entity

一个PHP库,帮助PHP开发者将数组转换为DTO实体。

设置

$ git clone git@github.com:hildert/annotation-entity.git
$ cd annotation-entity
$ composer install
$ cp phpunit.xml.dist phpunit.xml

# Run Tests
$ vendor/bin/phpunit