Libraries tagged by distance
psr-discovery/all
6177807 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.
sourcebroker/deployer-extended-media
255906 Downloads
Deployer tasks to manage media synchronization between application instances.
sourcebroker/deployer-extended-database
273878 Downloads
Deployer tasks to manage database synchronization between application instances.
planetteamspeak/ts3-php-framework
82531 Downloads
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
foxxmd/laravel-elasticbeanstalk-cron
286374 Downloads
Ensure only one Laravel instance is running CRON jobs in an EB environment
atlas/pdo
248140 Downloads
Provides a PDO instance decorator with convenience methods, and a connection manager.
zendframework/zend-httphandlerrunner
1524853 Downloads
Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
sourcebroker/deployer-instance
253396 Downloads
Instance management for deployer.
lelyfoto/twig-instanceof
53024 Downloads
Adds InstanceOf Expression as Twig Extension
sourcebroker/restrictfe
53880 Downloads
This extension blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header, domain, language or GET/POST vars. Useful to protect your staging and production instances.
wp-forge/fluent
134465 Downloads
An instance of the Laravel Fluent class for use with WordPress.
sylius/gmv-bundle
95022 Downloads
Lightweight local command to calculate the Sylius instance GMV within a specific period
swaggest/json-schema-maker
46122 Downloads
Instance to JSON schema and back
schams-net/nagios
31564 Downloads
Monitors TYPO3 instances and warns about insecure extensions, old TYPO3 versions, wrong PHP versions, etc. Requires a Nagios monitoring server.
mouf/utils.common.conditioninterface
512216 Downloads
This package contains one interface for condition, and a few classes that implement it. For instance, AndCondition that requires all conditions to be met, and OrCondition that requires at least one condition to be met. A condition is a class that possesses an 'isOk' method. The condition returns true if the condition is met, and false otherwise.