Libraries tagged by ta
sebastian/code-unit-reverse-lookup
659087034 Downloads
Looks up which function or method a line of code belongs to
phpdocumentor/reflection-common
612215072 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
monolog/monolog
806120503 Downloads
Sends your logs to files, sockets, inboxes, databases and various web services
lcobucci/jwt
252683434 Downloads
A simple library to work with JSON Web Token and JSON Web Signature
friendsofphp/php-cs-fixer
183545377 Downloads
A tool to automatically fix PHP code style
firebase/php-jwt
351606227 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
doctrine/instantiator
746464462 Downloads
A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/inflector
714069427 Downloads
PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.
doctrine/event-manager
416787779 Downloads
The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.
symfony/var-exporter
286560460 Downloads
Allows exporting any serializable PHP data structure to plain PHP code
symfony/validator
230793925 Downloads
Provides tools to validate values
symfony/uid
176495575 Downloads
Provides an object-oriented API to generate and represent UIDs
symfony/translation-contracts
546205779 Downloads
Generic abstractions related to translation
symfony/string
549864283 Downloads
Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
symfony/stopwatch
310033926 Downloads
Provides a way to profile code