Download the PHP package kapitanluffy/propel-model-parser-bundle without Composer
On this page you can find all versions of the php package kapitanluffy/propel-model-parser-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kapitanluffy/propel-model-parser-bundle
More information about kapitanluffy/propel-model-parser-bundle
Files in kapitanluffy/propel-model-parser-bundle
Download kapitanluffy/propel-model-parser-bundle
More information about kapitanluffy/propel-model-parser-bundle
Files in kapitanluffy/propel-model-parser-bundle
Vendor kapitanluffy
Package propel-model-parser-bundle
Short Description parses propel models to json-fiable data
License MIT
Package propel-model-parser-bundle
Short Description parses propel models to json-fiable data
License MIT
Keywords propel
Please rate this library. Is it a good library?
Informations about the package propel-model-parser-bundle
Propel Model Parser Bundle
The PropelModelParserBundle enables Propel BaseObjects to be parsed into array, which in turn can be converted into JSON for API responses.
Unlike native BaseObject methods like toJSON(), the PropelModelParserBundle can automatically convert BaseObjects as well as their "child objects" to array, as well as add custom properties.
Installation:
- Install PropelModelParserBundle using Composer
- Register bundle in AppKernel
- In your Propel schema.xml, Use
kapitanluffy\PropelModelParserBundle\BaseModel
as your baseClass - Rebuild Propel models.
Usage:
In your controller..
Will result into
All versions of propel-model-parser-bundle with dependencies
PHP Build Version
Package Version
Requires
propel/propel-bundle Version
1.4.*
The package kapitanluffy/propel-model-parser-bundle contains the following files
Loading the files please wait ....