Download the PHP package rtxlabs/datatransformation-bundle without Composer
On this page you can find all versions of the php package rtxlabs/datatransformation-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package datatransformation-bundle
DataTransformation Bundle
Symfony2 Bundle that can help building REST services.
Example
Providing a REST service that returns a list of contacts linked with companies. The service has to deliver something like that:
To generate this, some Doctrine entities have to be loaded from a repository and converted into json. Performing an json_encode() to on the entities won't work, because the entity contains proxy objects to the company. To solve this, the DoctrineBinder can be used:
Documentation
- Installation
- Binding objects / entities
- Binding collections
- Joining referenced entities
- Binding data to entities
- Binding calculated values
- Encode and decode bound values
All versions of datatransformation-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
2.*
The package rtxlabs/datatransformation-bundle contains the following files
Loading the files please wait ....