Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-symfony4-http-foundation - Symfony HttpFoundation Component (version 4)

Website:
http://symfony.com/doc/master/components/http_foundation.html
Licence:
MIT
Vendor:
Remi Collet
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/Symfony4/Component/HttpFoundation/autoload.php

Packages

php-symfony4-http-foundation-4.2.3-1.fc26.remi.noarch [99 KiB] Changelog by Remi Collet (2019-02-04):
- update to 4.2.3
- raise dependency on twig 1.37.1
php-symfony4-http-foundation-4.2.2-1.fc26.remi.noarch [99 KiB] Changelog by Remi Collet (2019-01-07):
- update to 4.2.2
- add VarExporter component
- add dependency on symfony/contracts
- add dependency on doctrine/event-manager, doctrine/persistence
  and doctrine/reflection
- raise dependency on doctrine/dbal 2.5
- raise dependency on ocramius/proxy-manager 2.1