Pinned repositories
Repositories
-
-
-
symfony
The Symfony PHP framework
-
acl-bundle
Integrates the ACL Security component into Symfony applications.
-
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.
-
security-csrf
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
-
templating
The Templating component provides all the tools needed to build any kind of template system.
-
rate-limiter
The Rate Limiter Component provides a Token Bucket implementation to rate limit input and output in your application.
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
phpunit-bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
-
password-hasher
The PasswordHasher component provides password hashing utilities.
-
-
contracts
A set of abstractions extracted out of the Symfony components
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
expression-language
The ExpressionLanguage component provides an engine that can compile and evaluate expressions.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
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().
-
slack-notifier
Provides Slack integration for Symfony Notifier.
-
error-handler
The ErrorHandler component provides tools to manage errors and ease debugging PHP code.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
uid
Provides an object-oriented API to generate and represent UIDs.
-
proxy-manager-bridge
Provides integration for ProxyManager with various Symfony components.
-
string
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
-
web-link
The WebLink component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes.
-
filesystem
The Filesystem component provides basic utilities for the filesystem.
-
dotenv
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.