Pinned repositories
Repositories
-
maker-bundle
Symfony Maker Bundle
-
symfony
The Symfony PHP framework
-
-
-
panther
A browser testing and web crawling library for PHP and Symfony
-
doctrine-bridge
Provides integration for Doctrine with various Symfony components.
-
-
amqp-messenger
Provides AMQP integration for Symfony Messenger
-
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.
-
validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
-
messenger
The Messenger component helps application send and receive messages to/from other applications or via message queues.
-
intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
-
framework-bundle
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
-
dependency-injection
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
form
The Form component allows you to easily create, process and reuse HTML forms.
-
http-kernel
The HttpKernel component provides a structured process for converting a Request into a Response.
-
cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
-
property-info
PropertyInfo extracts information about PHP class' properties using metadata of popular sources.
-
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().
-
http-foundation
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
-
console
The Console component eases the creation of beautiful and testable command line interfaces.
-
security
The Security component provides a complete security system for your web application.
-
-
event-dispatcher
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
-
templating
The Templating component provides all the tools needed to build any kind of template system.
-
translation
The Translation component provides tools to internationalize your application.
-
workflow
The Workflow component provides tools for managing a workflow or finite state machine.
-
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.
-
http-client
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.