Libraries tagged by on
rosell-dk/image-mime-type-sniffer
5073134 Downloads
Sniff mime type (images only)
roots/bedrock-disallow-indexing
2995730 Downloads
Disallow indexing of your site on non-production environments
psr-discovery/log-implementations
5112231 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
5239962 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
5233573 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
5114594 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/discovery
5252772 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/container-implementations
5114006 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
5116268 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
5110309 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.
plasticbrain/php-flash-messages
209798 Downloads
A modern take on PHP session-based flash messages
php-tuf/composer-stager
692736 Downloads
Stages Composer commands so they can be safely run on a production codebase.
php-tmdb/api
364196 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
php-mock/php-mock-mockery
1543610 Downloads
Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.
php-coord/php-coord
735394 Downloads
PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.