Libraries tagged by CO
psy/psysh
477243928 Downloads
An interactive shell for modern PHP.
league/flysystem
562916052 Downloads
File storage abstraction for PHP
friendsofphp/php-cs-fixer
203960698 Downloads
A tool to automatically fix PHP code style
doctrine/instantiator
792224617 Downloads
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/cache
558248202 Downloads
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
tijsverkoyen/css-to-inline-styles
441274381 Downloads
CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.
theseer/tokenizer
666537353 Downloads
A small library for converting tokenized PHP source code into XML and potentially other formats
symfony/routing
702263145 Downloads
Maps an HTTP request to a set of configuration variables
symfony/process
871676709 Downloads
Executes commands in sub-processes
symfony/http-kernel
731806123 Downloads
Provides a structured process for converting a Request into a Response
symfony/event-dispatcher
884944014 Downloads
Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
symfony/css-selector
672674473 Downloads
Converts CSS selectors to XPath expressions
psr/simple-cache
640514171 Downloads
Common interfaces for simple caching
psr/log
1057950046 Downloads
Common interface for logging libraries
psr/http-message
911694004 Downloads
Common interface for HTTP messages