Remi's RPM repository - Packages

Blog | Forum | Repository

php-symfony-http-foundation - Symfony HttpFoundation Component

Website:
http://symfony.com/doc/current/components/http_foundation/index.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.

Optional:
* Memcache (php-pecl-memcache)
* Memcached (php-pecl-memcached)
* Mongo (php-pecl-mongo)

Packages

php-symfony-http-foundation-2.7.7-2.fc19.remi.noarch [89 KiB] Changelog by Remi Collet (2015-11-25):
- Update to 2.7.7
- lighter autoloader for components
php-symfony-http-foundation-2.7.6-2.fc19.remi.noarch [89 KiB] Changelog by Remi Collet (2015-11-02):
- add upstream patch for twig 1.23