jrobertfox / dtox
Creates really fresh DTOs
v1.1.0
2013-01-04 23:05 UTC
Requires
- symfony/console: v2.1.3
Requires (Dev)
- fabpot/php-cs-fixer: dev-master
- mockery/mockery: >=0.7.2
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: dev-master
This package is not auto-updated.
Last update: 2024-12-21 14:58:25 UTC
README
#DTOx Tired of toxic, tedious code? Create quality DTOs with DTOx!
##Usage Checkout the main documentation for more info: http://jrobertfox.github.com/DTOx
dtox react dto 'SludgeCo\Acid\BurnyDTO' string:name int:burnLevel
dtox react dto-unit 'SludgeCo\Acid\BurnyDTO' "Red Acid:name" 10:burnLevel
##Use Online Checkout the web interface to build your DTOs interactively.
##Development Requirements
- Composer
- PHP 5.3.14+
- Apache Ant
##Development
Clone the repo:
git clone git@github.com:jrobertfox/DTOx.git
Bootstrap the application:
cd build-deploy
ant bootstrap
Run a full build all the time:
cd build-deploy
ant build:full