Libraries tagged by reliese
php-mock/php-mock-phpunit
5979338 Downloads
Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.
zetacomponents/base
7302645 Downloads
The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.
php-mock/php-mock-mockery
1444353 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-mock/php-mock-prophecy
352169 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.
steadlane/silverstripe-cloudflare
3489 Downloads
This module aims to relieve the stress of using Cloudflare caching with any SilverStripe project. Adds extension hooks that clears Cloudflare's cache for a specific page when that page is published or unpublished.
maisondunet/module-gtm-cookie-consent
2474 Downloads
A simple cookie consent module for magento. It relies on new GTM consent functionality.
mouf/utils.cache.file-cache
375327 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.apc-cache
374828 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.
joeycumines/simple-xml-util
4600 Downloads
Utilities to improve maintainability of code that relies on PHP's simplexml_load_string.
dusterio/laravel-google-guard
350 Downloads
Auth guard for Laravel that completely relies on Google Login and doesn't persist
ap-lib/routing
39 Downloads
High-performance, flexible PHP routing library designed for speed and extensibility. Routing is optimized for static method calls and relies on a pre-built index for maximum efficiency. It provides simple, direct hashmap-based routing while allowing custom strategies and middleware support.
sstepanovvl/vk-php-sdk-floodcontrol-laravel
0 Downloads
Package will handle throttling to VK API relies to VK API Rate limits
piaoniao/tp6-captcha
52 Downloads
The Captcha class library for ThinkPHP 6.0, which relies on php_Imagick
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
mouf/utils.cache.memcached-cache
9 Downloads
This package contains a cache mechanism that relies on the Memcached database. For this cache to work, the memcached Pecl package must be enabled.