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
kevupton/laravel-package-service-provider
Service provider for laravel to allow for multiple implementations
-
-
PHP
david-garcia/phpwhois
phpWhois - library for querying whois services and parsing results. Based on phpwhois.org
-
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
detain/myadmin-plugin-installer
Composer-based plugin handler and custom installer for the MyAdmin control panel. Provides package type routing for templates, modules, plugins, and menus with integrated Composer command support.
-
PHP
onlinesid/omnipay-paymentexpress-a2a
Payment Express (DPS) A2A (Account 2 Account) driver for the Omnipay payment processing library
-
PHP
rundiz/serializer
The Serializer classes provide functional with serialization such as check if string is serialized. It is supported unicode text.
-
PHP
drupal/core-plugin
Base building block for a scalable and extensible plug-in system for PHP components and application framework extensions.
-
-
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.