Pinned repositories
Repositories
-
symfony
The Symfony PHP framework
-
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.
-
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.
-
finder
The Finder component finds files and directories via an intuitive fluent interface.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
property-access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
translation
The Translation component provides tools to internationalize your application.
-
filesystem
The Filesystem component provides basic utilities for the filesystem.
-
mime
The MIME component allows manipulating MIME types.
-
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.
-
config
The Config component helps you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).
-
-
-
acl-bundle
Integrates the ACL Security component into Symfony applications.
-
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.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
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.