Popular Packages
-
-
-
packagelist/closurecompiler-bin
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
-
PHP
fiunchinho/phpunit-randomizer
Execute your test cases in random order, so you can check if they have hidden dependencies
-
PHP
drupal-code-builder/drupal-code-builder-drush
Provides Drush commands for generating Drupal code using Drupal Code Builder.
-
PHP
mouf/html.renderer.twig-extensions
This package contains a set of Twig extensions and utility class to ease the use of Twig templates in Mouf.
-
-
-
PHP
onlinesid/omnipay-paymentexpress-a2a
Payment Express (DPS) A2A (Account 2 Account) driver for the Omnipay payment processing library
-
-
-
-
PHP
mouf/utils.action.common-action
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
-
PHP
mouf/utils.cache.in-memory-cache
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.