API.AI Client

Component type

module

Maintenance status

Development status

Component created

Component changed

API.AI is a natural language understanding platform that makes it easy for developers (and non-developers) to design and integrate intelligent and sophisticated conversational user interfaces into mobile apps, web applications, devices, and bots.

This Drupal module project is intent to creating a Drupal client for API.AI endpoints so that Drupal developers can easily create a sophisticated conversational user interfaces.

Default Content Deploy

Component type

module

Maintenance status

Development status

Downloads

307

Component created

Component changed

A default content deploy solution for Drupal 8.

Introduction

This module (DCD) provides content deployment and allows development and building sites without the need to transfer database between the sites. The development team can export and deploy all content via Git and content can be deployed to the staging servers automatically during common deploy processes. Module provides useful drush commands for export/import content. Import function can also be ran from administration interface.

Asynk

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Process heavy tasks in Drupal asynchronously with ease.

Sample Usage

In order to execute a heave function

// Execute the heavy task asynchronously.
asynk('sample_heavy_task', $key, $lan);

// Send email to 10 people.
function sample_heavy_task($key, $lan) {
  for ($i = 0; $i < 10; $i ++) {
    drupal_mail('my_module', $key, 'sample@sample.com', $lan);
  }
}

Yotpo API Integration

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

Yotpo API Integration provides basic integration with Yotpo's API via the yotpo-php library.

There is no need to install this module unless you are instructed to do so by another module.

Note to Developers: If you develop a module that depends on this module, please let us know so we can include it on this page.