Download the PHP package halloverden/request-mapping-bundle without Composer
On this page you can find all versions of the php package halloverden/request-mapping-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download halloverden/request-mapping-bundle
More information about halloverden/request-mapping-bundle
Files in halloverden/request-mapping-bundle
Download halloverden/request-mapping-bundle
More information about halloverden/request-mapping-bundle
Files in halloverden/request-mapping-bundle
Vendor halloverden
Package request-mapping-bundle
Short Description Symfony bundle to map request data to objects
License MIT
Package request-mapping-bundle
Short Description Symfony bundle to map request data to objects
License MIT
Please rate this library. Is it a good library?
Informations about the package request-mapping-bundle
symfony-request-mapping-bundle
Symfony bundle to map request data to objects
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
- Create a handler that implements
RequestDataHandlerInterface
(or extendAbstractRequestDataHandler
) - Create a class that represents the payload, query or headers of the request
- Use
MapRequestPayload
,MapRequestQuery
orMapRequestHeaders
attribute on parameters into the controller.
All versions of request-mapping-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
symfony/framework-bundle Version ^6.4|^7.0
symfony/validator Version ^6.4|^7.0
jms/serializer-bundle Version ^5.4
halloverden/symfony-http-exceptions Version ^2.1
symfony/framework-bundle Version ^6.4|^7.0
symfony/validator Version ^6.4|^7.0
jms/serializer-bundle Version ^5.4
halloverden/symfony-http-exceptions Version ^2.1
The package halloverden/request-mapping-bundle contains the following files
Loading the files please wait ....