Which Environment?

Component type

module

Categories

Maintenance status

Development status

Downloads

885

Component created

Component changed

Which Environment? is an extremely lightweight module aimed at developers and site builders who work in multiple environments during a project's lifecycle. With minimal configuration required, this module allows you to set up environment indication within seconds.

The idea behind the module is to provide a JavaScripted overlay to your site with information about the environment you're currently working on. This will (hopefully!) minimise human error (you don't want to accidentally turn off JS Aggregation on a production site without testing, right?!).

ModuleSkeleton

Component type

module

Maintenance status

Development status

Component created

Component changed

What?

ModuleSkeleton is not a Drupal module.

ModuleSkeleton is a command-line tool to generate some of the basics of a Drupal 8 module.

It installs easily through Composer.

Install?

Install Composer. I suggest this way: http://mile23.com/content/some-composer-drush-tricks

Use Composer to install ModuleSkeleton. Maybe like this:

Menu Entity

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is a fork of the existing Entity Menu Links module in an effort to provide a sandbox for temporary modifications. Eventually, I hope to completely rewrite the entity menu links module so that it more fully uses the entity API.

Migrate incremental source wizard

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides base classes to create Migrate UI wizards that allow uploading of multiple incremental source files to a migration.

This allows non-developer users to upload incremental data for a migration. The intention is that you have this workflow:

Audit Report

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal Quality Analysis

The module aim to give you a clear, centralize way to audit your Drupal site.
The analyze give you a good overview of the state of art of your site.
If you want to improve the overall quality of your project this module is for you.

Exhaustive checks

The module has 28 checks distributed on theses 6 criterial :

Flood Semaphore

Component type

module

Maintenance status

Development status

Downloads

465

Component created

Component changed

This module provides an API that implements semaphores using flood API.

A semaphore is more than a lock. A lock is usually used in a binary
situation, it is either locked or it is not. A semaphore is used to
control the number of concurrent things that can happen.

Zoho SalesIQ

Component type

module

Maintenance status

Development status

Downloads

108

Component created

Component changed

Introduction

You've changed the way you do business—you do everything online. So it's also time to change the way you interact with your customers. Connect with your customers in real-time and deliver excellent support.

What is SalesIQ?

Zoho SalesIQ is a website visitor tracking and engagement platform. With SalesIQ, you can track every visitor on your site, monitor their on-site activity, identify your hottest leads and chat proactively with them to close more deals. 

You can also provide instant support through chat—personalize your chats with highly insightful data on visitors and ensure customer happiness.

Never miss an opportunity to turn your leads into customers or to impress and retain your existing customers.

Features

  • Customize your chat widget to blend perfectly with your website.
  • Set triggers to automatically initiate chats at crucial moments in the buying process.
  • Track visitor footprints on your website and determine which pages have the highest engagement rates.
  • Access a list of every visitor who has visited your site and create your own visitor lists based on criteria that you set.
  • Boost the effectiveness of your email marketing efforts by creating targeted email lists based on visitor data.
  • Configure Email genie to respond to emails promptly and get an array of necessary insights on your email sender.
  • Geo-locate your website visitors and identify your strongest markets.
  • Chat with visitors in over 100 languages through auto-translation.
  • Optimize your workflow by routing chats to agents with relevant expertise.
  • Prioritize and score leads to identify hot prospects.
  • Let your customers choose the department they want to connect with.
  • Monitor user actions and performance in realtime.
  • Get consolidated reports on visitors, user performance, tracking, and much more.
  • Enable your readers to connect with you directly from your email campaigns through Signature chat.
  • Integrate with your CRM, helpdesk, email marketing and a bunch of other software to maximize the ROI of your support and conversion efforts.

Common Object Oriented Library

Component type

module

Categories

Maintenance status

Development status

Downloads

11491

Component created

Component changed

COOL helps you enjoy a well organized code: your code. It also helps your project become maintainable over the time.

Developing with Drupal is awesome, because we can do a lot of things with hooks and some already built APIs, from core and contrib, becoming common to have projects with some custom modules that has a .module file where hooks, internal functions, preprocessing, etc, happens together.

And you think it's beautiful! Uhh... maybe until you have to maintain such code.