Download the PHP package mrgoodbytes8667/response-bundle without Composer
On this page you can find all versions of the php package mrgoodbytes8667/response-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrgoodbytes8667/response-bundle
More information about mrgoodbytes8667/response-bundle
Files in mrgoodbytes8667/response-bundle
Package response-bundle
Short Description Symfony bundle that wraps response-common and provides shared enums for child response-bundles
License CC-BY-NC-4.0
Informations about the package response-bundle
response-bundle
A Symfony bundle that wraps response-common and provides shared classes for child response-bundles
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:
Upgrading
From * to 3.2.0
- 3.2.0+ requires PHP 8.1
- All enum classes have been changed to native PHP enums. Replace all function calls with the newer enum values (the
function calls remain in place but are deprecated, and will be removed in
Version 4.0)
From 3.2.0 to 4.0.0
- All enum classes have been changed to native PHP enums. Replace all function calls with the newer enum values
License
response-bundle by MrGoodBytes is licensed under a
Creative Commons Attribution-NonCommercial 4.0 International License.
Based on a work at https://github.com/mrgoodbytes8667/response-bundle.
All versions of response-bundle with dependencies
ext-json Version *
doctrine/doctrine-bundle Version ^2.3
doctrine/orm Version ^2.8 | ^3.0
mrgoodbytes8667/date-bundle Version ^1.0
mrgoodbytes8667/enum-serializer-bundle Version ^3.0 | ^4.0 | ^5.0 | ^6.0
mrgoodbytes8667/http-client-common Version ^0.3 | ^0.4.1
symfony/console Version ^6.4 | ^7.0
symfony/security-bundle Version ^6.4 | ^7.0
symfony/security-core Version ^6.4 | ^7.0
symfony/security-csrf Version ^6.4 | ^7.0
symfony/security-http Version ^6.4 | ^7.0
symfony/string Version ^6.4 | ^7.0
symfony/uid Version ^6.4 | ^7.0