cbiggins's Stars
symfony/filesystem
Provides basic utilities for the filesystem
symfony/http-kernel
Provides a structured process for converting a Request into a Response
symfony/http-foundation
Defines an object-oriented layer for the HTTP specification
symfony/finder
Finds files and directories via an intuitive fluent interface
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/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
symfony/class-loader
[DEPRECATED] The ClassLoader component provides tools to autoload your classes and cache their locations for performance.
swiftmailer/swiftmailer
Comprehensive mailing tools for PHP
php-fig/simple-cache
php-fig/cache
sebastianbergmann/recursion-context
Provides functionality to recursively process PHP variables
sebastianbergmann/global-state
Snapshotting of global state, factored out of PHPUnit into a stand-alone component
php-fig/http-message
The purpose of this PSR is to provide a set of common interfaces for HTTP messages as described in RFC 7230 and RFC 7231
sebastianbergmann/environment
Provides functionality that helps writing PHP code that has runtime-specific execution paths
sebastianbergmann/comparator
Provides the functionality to compare PHP values for equality.
stackphp/builder
Builder for stack middlewares based on HttpKernelInterface.
sebastianbergmann/diff
Diff implementation
sebastianbergmann/exporter
Provides the functionality to export PHP variables for visualization
sebastianbergmann/version
Library that helps with managing the version number of Git-hosted PHP projects
php-fig/log
bobthecow/psysh
A REPL for PHP
squizlabs/PHP_CodeSniffer
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
sebastianbergmann/php-timer
Utility class for timing
sebastianbergmann/phpunit-mock-objects
Mock Object library for PHPUnit
sebastianbergmann/phpunit
The PHP Unit Testing framework.