Libraries tagged by returns
p3k/emoji-detector
1310632 Downloads
Detect and return all emoji found in a string
psr-discovery/log-implementations
3413480 Downloads
Lightweight library that discovers available PSR-3 Log implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/http-factory-implementations
3464708 Downloads
Lightweight library that discovers available PSR-17 HTTP Factory implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/http-client-implementations
3458377 Downloads
Lightweight library that discovers available PSR-18 HTTP Client implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/event-dispatcher-implementations
3415699 Downloads
Lightweight library that discovers available PSR-14 Event Dispatcher implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/container-implementations
3415399 Downloads
Lightweight library that discovers available PSR-11 Container implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/cache-implementations
3416567 Downloads
Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
psr-discovery/all
3412441 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.
juststeveking/http-status-code
180362 Downloads
A simple class to return correct status codes for http responses
jenssegers/proxy
454329 Downloads
Proxy library that forwards requests to the desired url and returns the response.
bnf/phpstan-psr-container
1752755 Downloads
PHPStan dynamic return type extension for PSR-11 ContainerInterface
rambomst/php-bounce-handler
104013 Downloads
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
panique/pdo-debug
91349 Downloads
A super-simple function that returns the full SQL query from your PDO statements
oskarstark/symfony-http-responder
550550 Downloads
This library provides a Symfony responder class, which can be used to render a template, return json or a file and redirect to route/url.
mpratt/relativetime
90713 Downloads
A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.