Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
security
The Security component provides a complete security system for your web application.
-
security-core
Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
asset
The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
-
serializer
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.
-
polyfill-php81
This component provides functions unavailable in releases prior to PHP 8.1.
-
polyfill-util
This component provides binary-safe string functions, using the mbstring extension when available.
-
polyfill-php80
This component provides functions unavailable in releases prior to PHP 8.0.
-
polyfill-ctype
This component provides a partial, native PHP implementation for the Ctype extension.
-
polyfill-php72
This component provides functions added to PHP 7.2 core.
-
polyfill-apcu
This component provides apcu_* functions and the APCUIterator class to users of the legacy APC extension.
-
polyfill-mbstring
This component provides a partial, native PHP implementation for the Mbstring extension.
-
polyfill-iconv
This component provides a native PHP implementation of the php.net/iconv functions.
-
polyfill-intl-idn
This component provides a partial, native PHP implementation for the Intl extension (IDN features).
-
polyfill-intl-messageformatter
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
-
polyfill-php73
This component provides functions unavailable in releases prior to PHP 7.3.
-
polyfill-xml
This polyfill is deprecated. Use the symfony/polyfill-php72 package instead.
-
polyfill-intl-icu
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
-
polyfill-intl-grapheme
This component provides a partial, native PHP implementation of the Grapheme functions from the Intl extension.
-
polyfill-php74
This component provides functions unavailable in releases prior to PHP 7.4.
-
polyfill-intl-normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
-
-
property-info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
-
translation
The Translation component provides tools to internationalize your application.