Libraries tagged by mtech
yarri/lazy-loader
22827 Downloads
LazyLoader provides efficient mechanism for lazy loading with closures
wearenolte/buster
32557 Downloads
Creates a .deploy file to use as a buster mechanism
trepmal/my-sites-search
146 Downloads
Provides a simple filtering mechanism for finding items in a large My Sites menu.
smart-php/super-cache
803 Downloads
Simple PHP cache mechanism which is 500X Faster Caching than Redis/Memcache/APC in PHP & HHVM
silverstripe/mathspamprotection
17506 Downloads
This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.
sergeil/expander-bundle
47032 Downloads
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
samlev/recursion-guard
348 Downloads
A simple, zero-dependency mechanism for preventing infinite recursion in PHP
redhotmagma/apibundle
24378 Downloads
Provides a couple of base classes and mechanisms to create a symfony based api. Mainly transfers plain structures to doctrine entities and the other way round.
pguardiario/pgbrowser
123 Downloads
A 'pretty good' mechanize-like php library for managing cookies and submitting forms.
open-csp/w-s-slots
1050 Downloads
This extension provides a mechanism to create new slots.
nitsan/ns-lazy-load
26571 Downloads
Are you facing speed and performance issues on your TYPO3 website? If yes, then install our ns_lazy_load plug-and-play extension, which can reduce HTTPS request mechanism and improve your loading time.
mouf/utils.cache.no-cache
180696 Downloads
This package contains a cache mechanism that... does not cache anything. This is useful if another component requires a cache mechanism and if you don't want to provide any (for development purpose...).
mouf/utils.cache.in-memory-cache
356555 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
mouf/utils.cache.file-cache
375483 Downloads
This package contains a cache mechanism that relies on temporary files.
mouf/utils.cache.apc-cache
374984 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.