Libraries tagged by return
thecodingmachine/safe
107286038 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
psr-discovery/log-implementations
9227710 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
9486324 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
9479093 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/discovery
9561727 Downloads
Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interfaces, and returning an instance of the first one that is found.
psr-discovery/cache-implementations
9180387 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.
p3k/emoji-detector
1759652 Downloads
Detect and return all emoji found in a string
shish/safe
723615 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
psr-discovery/event-dispatcher-implementations
9176906 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
9176380 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/all
9170766 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
316288 Downloads
A simple class to return correct status codes for http responses
jenssegers/proxy
491864 Downloads
Proxy library that forwards requests to the desired url and returns the response.
bvanhoekelen/terminal-style
839299 Downloads
Return your terminal message in style! Change the text style, text color and text background color form the terminal interface with ANSI color codes. The terminal style tool support Laravel and Composer.
bnf/phpstan-psr-container
3878185 Downloads
PHPStan dynamic return type extension for PSR-11 ContainerInterface