Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-symfony3-http-foundation - Symfony HttpFoundation Component (version 3)

Website:
http://symfony.com/doc/3.4/components/http_foundation.html
Licence:
MIT and CC-BY-SA
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
The HttpFoundation Component defines an object-oriented layer for the HTTP
specification.

In PHP, the request is represented by some global variables ($_GET, $_POST,
$_FILES, $_COOKIE, $_SESSION, ...) and the response is generated by some
functions (echo, header, setcookie, ...).

The Symfony HttpFoundation component replaces these default PHP global
variables and functions by an Object-Oriented layer.

Autoloader: /usr/share/php/Symfony3/Component/HttpFoundation/autoload.php

Packages

php-symfony3-http-foundation-3.4.46-1.el6.remi.noarch [99 KiB] Changelog by Remi Collet (2020-10-28):
- update to 3.4.46
php-symfony3-http-foundation-3.4.45-2.el6.remi.noarch [99 KiB] Changelog by Remi Collet (2020-10-26):
- raise dependency on PHP 7.1
- drop dependency on symfony/polyfill-php56 and symfony/polyfill-php70