135 matches found
[SECURITY] Fedora 18 Update: php-symfony2-Process-2.2.10-1.fc18
The Process Component executes commands in sub-processes...
[SECURITY] Fedora 18 Update: php-symfony2-Serializer-2.2.10-1.fc18
With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs...
[SECURITY] Fedora 18 Update: php-symfony2-OptionsResolver-2.2.10-1.fc18
OptionsResolver helps at configuring objects with option arrays. It supports default values on different levels of your class hierarchy, opt ion constraints required vs. optional, allowed values and lazy options whose default value depends on the value of another option...
[SECURITY] Fedora 18 Update: php-symfony2-Locale-2.2.10-1.fc18
Locale component provides fallback code to handle cases when the intl exten sion is missing. Additionally it extends the implementation of a native Locale http://php.net/manual/en/class.locale.php class with several handy method s. Replacement for the following functions and classes is provided:...
[SECURITY] Fedora 18 Update: php-symfony2-HttpKernel-2.2.10-1.fc18
HttpKernel provides the building blocks to create flexible and fast HTTP-based frameworks. It takes a Request as an input and should return a Response as an output. Using this interface makes your code compatible with all frameworks using the Symfony2 components. And this will give you many cool...
[SECURITY] Fedora 18 Update: php-symfony2-BrowserKit-2.2.10-1.fc18
BrowserKit simulates the behavior of a web browser. The component only provides an abstract client and does not provide any "default" back-end for the HTTP layer...
[SECURITY] Fedora 18 Update: php-symfony2-CssSelector-2.2.10-1.fc18
The CssSelector Component converts CSS selectors to XPath expressions...
[SECURITY] Fedora 18 Update: php-symfony2-EventDispatcher-2.2.10-1.fc18
The Symfony2 Event Dispatcher component implements the Observer http://en.wikipedia.org/wiki/Observerpattern pattern in a simple and effective way to make all these things possible and to make your projects truly extensible. Take a simple example from the Symfony2 HttpKernel component. Once a...
[SECURITY] Fedora 18 Update: php-symfony2-Form-2.2.10-1.fc18
Form provides tools for defining forms, rendering and binding request data to related models. Furthermore it provides integration with the Validation component...
[SECURITY] Fedora 18 Update: php-symfony2-DependencyInjection-2.2.10-1.fc18
The Dependency Injection component allows you to standardize and centralize the way objects are constructed in your application. For an introduction to Dependency Injection and service containers see Service Container http://symfony.com/doc/current/book/servicecontainer.ht ml...
[SECURITY] Fedora 18 Update: php-symfony2-DomCrawler-2.2.10-1.fc18
The DomCrawler Component eases DOM navigation for HTML and XML documents...
[SECURITY] Fedora 18 Update: php-symfony2-Templating-2.2.10-1.fc18
Templating provides all the tools needed to build any kind of template syst em. It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating...
[SECURITY] Fedora 18 Update: php-symfony2-Filesystem-2.2.10-1.fc18
The Filesystem component provides basic utilities for the filesystem...
[SECURITY] Fedora 18 Update: php-symfony2-Console-2.2.10-1.fc18
The Console component eases the creation of beautiful and testable command line interfaces. The Console component allows you to create command-line commands. Your cons ole commands can be used for any recurring task, such as cron jobs, imports, or other batch jobs...
[SECURITY] Fedora 18 Update: php-symfony2-Validator-2.2.10-1.fc18
This component is based on the JSR-303 Bean Validation specification and enables specifying validation rules for classes using XML, YAML, PHP or annotations, which can then be checked against instances of these classes. Optional dependencies: APC, DoctrineCommon...
[SECURITY] Fedora 18 Update: php-symfony2-ClassLoader-2.2.10-1.fc18
The ClassLoader Component loads your project classes automatically if they follow some standard PHP conventions. Whenever you use an undefined class, PHP uses the auto-loading mechanism to delegate the loading of a file defining the class. Symfony2 provides a "universal" auto-loader, which is abl...
[SECURITY] Fedora 18 Update: php-symfony2-Routing-2.2.10-1.fc18
The Routing Component maps an HTTP request to a set of configuration variab les. Optional dependency: DoctrineCommon...
[SECURITY] Fedora 18 Update: php-symfony2-Yaml-2.2.10-1.fc18
The Symfony2 YAML Component parses YAML strings to convert them to PHP arra ys. It is also able to convert PHP arrays to YAML strings. YAML, YAML Ain't Markup Language, is a human friendly data serialization standard for all programming languages. YAML is a great format for your configuration...
[SECURITY] Fedora 18 Update: php-symfony2-Finder-2.2.10-1.fc18
The Finder Component finds files and directories via an intuitive fluent interface...
[SECURITY] Fedora 18 Update: php-symfony2-Security-2.2.10-1.fc18
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic f rom so called user providers that hold the users credentials. It is inspired by the Java Spring framework...