Libraries tagged by reliese
php-mock/php-mock-phpunit
7116056 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
7606607 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
1752249 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
416332 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.
maisondunet/module-gtm-cookie-consent
3443 Downloads
A simple cookie consent module for magento. It relies on new GTM consent functionality.
mouf/utils.cache.file-cache
377018 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.apc-cache
376518 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
4965 Downloads
Utilities to improve maintainability of code that relies on PHP's simplexml_load_string.
catalyst.net.nz/silverstripe-cloudflare
249 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.
steadlane/silverstripe-cloudflare
3602 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.
dusterio/laravel-google-guard
350 Downloads
Auth guard for Laravel that completely relies on Google Login and doesn't persist
sstepanovvl/vk-php-sdk-floodcontrol-laravel
0 Downloads
Package will handle throttling to VK API relies to VK API Rate limits
piaoniao/tp6-captcha
55 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.