2017 © Pedro Peláez
 

library json2dto

Generate DTO objects by a json

image

tiagobutzke/json2dto

Generate DTO objects by a json

  • Monday, June 23, 2014
  • by tiagobutzke
  • Repository
  • 2 Watchers
  • 10 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

json2dto

Generate Data Transfer Objects is normaly a hard work. With json2dto, you can easily generate your DTO's by a json file., (*1)

Install via Github

# clone this repository
git clone git@github.com:tiagobutzke/json2dto.git

Install via Composer

# add in composer.json
"require-dev": {
    "tiagobutzke/json2dto": "1.0.*"
}

Basic Usage

# Execute json2dto
./json2dto some_file.json some/directory --namespace=SomeNamespace

Namespace is an optional parameter., (*2)


Thanks!, (*3)

;), (*4)

The Versions

23/06 2014

dev-master

9999999-dev

Generate DTO objects by a json

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tiago Butzke

json generator data object transfer dto json2dto

22/06 2014

1.0.0

1.0.0.0

Generate DTO objects by a json

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Tiago Butzke

json generator data object transfer dto json2dto