mbrodala's Stars
symfony/http-client
Provides powerful methods to fetch HTTP resources synchronously or asynchronously
symfony/flex
Composer plugin for Symfony
symfony/expression-language
Provides an engine that can compile and evaluate expressions
symfony/filesystem
Provides basic utilities for the filesystem
symfony/framework-bundle
Provides a tight integration between Symfony components and the Symfony full-stack framework
symfony/form
Allows to easily create, process and reuse HTML forms
symfony/finder
Finds files and directories via an intuitive fluent interface
symfony/deprecation-contracts
A generic function and convention to trigger deprecation notices
symfony/error-handler
Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher-contracts
A set of event dispatcher abstractions extracted out of the Symfony components
symfony/dotenv
Registers environment variables from a .env file
symfony/debug-bundle
Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework
symfony/doctrine-bridge
Provides integration for Doctrine with various Symfony components
symfony/event-dispatcher
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/dom-crawler
Eases DOM navigation for HTML and XML documents
symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application
symfony/cache-contracts
A set of cache abstractions extracted out of the Symfony components
symfony/contracts
A set of abstractions extracted out of the Symfony components
symfony/cache
Provides extended PSR-6, PSR-16 (and tags) implementations
symfony/asset
Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files
symfony/css-selector
Converts CSS selectors to XPath expressions
symfony/console
Eases the creation of beautiful and testable command line interfaces
symfony/config
Helps you find, load, combine, autofill and validate configuration values of any kind
symfony/browser-kit
Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
stof/StofDoctrineExtensionsBundle
Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
SoftCreatR/JSONPath
JSONPath implementation for PHP.
sebastianbergmann/lines-of-code
Library for counting the lines of code in PHP source code
sebastianbergmann/type
Collection of value objects that represent the types of the PHP type system
sebastianbergmann/object-reflector
Allows reflection of object attributes, including inherited and non-public ones
sebastianbergmann/object-enumerator
Traverses array structures and object graphs to enumerate all referenced objects