Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
mercure
The Mercure Component allows to easily push updates to web browsers and other HTTP clients using the Mercure protocol.
-
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
mercure-bundle
The MercureBundle allows to easily push updates to web browsers and other HTTP clients in the Symfony full-stack framework, using the Mercure protocol.
-
-
-
-
inflector
Inflector converts words between their singular and plural forms (English only).
-
psr7-pack
A Symfony Pack for bridging PSR-7/17
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
debug-bundle
The DebugBundle allows greater integration of the VarDumper component in the Symfony full-stack framework.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
var-dumper
The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump().
-
security-bundle
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
-
runtime
The Runtime Component enables decoupling applications from global state.
-
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.
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
security-http
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.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
-
ldap
A Ldap client for PHP on top of PHP's ldap extension.
-
security-guard
The Guard component brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control.
-
-
contracts
A set of abstractions extracted out of the Symfony components