Download the PHP package silasyudi/restboot-bundle without Composer
On this page you can find all versions of the php package silasyudi/restboot-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download silasyudi/restboot-bundle
More information about silasyudi/restboot-bundle
Files in silasyudi/restboot-bundle
Download silasyudi/restboot-bundle
More information about silasyudi/restboot-bundle
Files in silasyudi/restboot-bundle
Vendor silasyudi
Package restboot-bundle
Short Description Bundle of annotations to make it easier and faster to develop Rest APIs with Symfony.
License MIT
Package restboot-bundle
Short Description Bundle of annotations to make it easier and faster to develop Rest APIs with Symfony.
License MIT
Please rate this library. Is it a good library?
Informations about the package restboot-bundle
RestBoot
Symfony package to speed up the development of rest apis.
Summary
- Language / Idioma
- Instalation
- Requirements
- Features
- Documentation
Language / Idioma
Leia a versão em português :brazil: aqui.
Instalation
Requirements
- PHP 7.4+
- Composer
- Symfony 4.4+ / 5+
- Doctrine 2+
Features
Convert payloads into objects in the controller methods
With @Body and @Query annotations, you can automatically convert your payloads and queries into objects in the controller methods.
Example without RestBoot:
Example with RestBoot:
Easily manage the Doctrine transaction
With @Transaction annotation, you can reduce the verbosity of Doctrine transaction management.
Example without RestBoot:
Example with RestBoot:
Documentation
English :us:
- REST Converter Annotations
- Transaction Annotation
Portuguese :brazil:
- REST Converter Annotations
- Transaction Annotation
All versions of restboot-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-ctype Version *
ext-iconv Version *
ext-json Version *
doctrine/annotations Version ^2.0
doctrine/doctrine-bundle Version ^2
doctrine/orm Version ^2
jms/serializer Version ^3.26
symfony/flex Version ^1.3
symfony/framework-bundle Version ^4.4 | ^5
symfony/property-access Version ^4.4 | ^5
symfony/property-info Version ^4.4 | ^5
symfony/yaml Version ^4.4 | ^5
ext-ctype Version *
ext-iconv Version *
ext-json Version *
doctrine/annotations Version ^2.0
doctrine/doctrine-bundle Version ^2
doctrine/orm Version ^2
jms/serializer Version ^3.26
symfony/flex Version ^1.3
symfony/framework-bundle Version ^4.4 | ^5
symfony/property-access Version ^4.4 | ^5
symfony/property-info Version ^4.4 | ^5
symfony/yaml Version ^4.4 | ^5
The package silasyudi/restboot-bundle contains the following files
Loading the files please wait ....