Libraries tagged by mtech
mechta-market/php-http-client
507 Downloads
yarri/lazy-loader
22650 Downloads
LazyLoader provides efficient mechanism for lazy loading with closures
wearenolte/buster
32212 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
797 Downloads
Simple PHP cache mechanism which is 500X Faster Caching than Redis/Memcache/APC in PHP & HHVM
silverstripe/mathspamprotection
17489 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
46701 Downloads
Provides an easy way how to leverage native DIC tags based mechanism for creating extension-points.
samlev/recursion-guard
324 Downloads
A simple, zero-dependency mechanism for preventing infinite recursion in PHP
pguardiario/pgbrowser
123 Downloads
A 'pretty good' mechanize-like php library for managing cookies and submitting forms.
open-csp/w-s-slots
970 Downloads
This extension provides a mechanism to create new slots.
norman-huth/nova-detached-actions
1407 Downloads
A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
nitsan/ns-lazy-load
26290 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.
neuron-php/events
944 Downloads
Event mechanism.
mouf/utils.cache.no-cache
180636 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
356449 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.