Pinned
Repositories
- var-exporter Public
The VarExporter component allows exporting any serializable PHP data structure to plain PHP code. While doing so, it preserves all the semantics associated with the serialization mechanism of PHP (__wakeup, __sleep, Serializable).
-
-
- framework-bundle Public
The FrameworkBundle defines the main framework configuration, from sessions and translations to forms, validation, routing and more.
- security-http Public
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.
- http-foundation Public
The HttpFoundation component defines an object-oriented layer for the HTTP specification.
- security-bundle Public
The security system is one of the most powerful parts of Symfony and can largely be controlled via its configuration.
- serializer Public
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.