Libraries tagged by implements
hemiframe/php-http-message
17214 Downloads
PHP Classes implement PSR-7 Interfaces
g4/aura-router
11750 Downloads
The Aura Router package implements web routing; given a URI path and a copy of $_SERVER, it will extract controller, action, and parameter values for a specific route.
flowpack/jobqueue-beanstalkd
23112 Downloads
Implements concrete Queue for the beanstalkd work queue. Requires the packages flowpack/jobqueue-common and pda/pheanstalk package to be installed.
flownative/rulebasedredirects
5110 Downloads
Implements rule-based redirects for Flow applications
filhocodes/twig-stack-extension
4560 Downloads
Implement content stacks into Twig templates.
dynamic/silverstripe-elemental-carousel
5659 Downloads
A block to implement dynamic/silverstripe-carousel, a simple carousel for Silverstripe in Bootstrap.
drsdre/yii2-redis-counter
14547 Downloads
Redis Counter implements fast atomic counters using Redis storage.
dnadesign/silverstripe-lazyloaded-image
10342 Downloads
Implements the LQIP (Low Quality Image Placeholder) pattern powered by lazysizes
dksdev01/edgegrid-client
34848 Downloads
Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html
cpoint-eu/settings-bundle
6466 Downloads
Simple bundle that implements application settings doctrine entity, provider and factory for Symfony project.
coka/service-discovery-bundle
6356 Downloads
Symfony bundle that implement Client Side Service Discovery pattern.
catchdigital/drupal-catchify
34663 Downloads
Catchify Drupal theme which implement Catchify core
byjg/crypto
7269 Downloads
A generic repository for implement cryptographic algorithms with a customizable strong key generator.
braunstetter/menu-bundle
550 Downloads
An easy way to implement complex menu systems in your symfony projects.
bmdevel/php-index
43978 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.