Joomla Migrate

Component type

module

Maintenance status

Development status

Downloads

242

Component created

Component changed

Migrate from Joomla 3.5 to Drupal 8 with this extension of the core Migrate module (requires migrate_plus).

Ajax Login

Component type

module

Maintenance status

Development status

Downloads

73

Component created

Component changed

Description:
Ajax Login module is provided an ability to login and register with AJAX. This module provides a block with 3 links (Login, Create new account, Reset your password) for the anonymous user.
After clicking on one of these links user will be able to see a requested form in ajax modal window.
Submission and validation are being made with AJAX.
Also there is available special configuration for this block and for this module.
You can specify a kind of redirection or choose size parameters for current modal window, etc.

VJQ

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

VJQ is a Views plugin to add JSON queries to Views in Drupal 8.

Module is composition of Fitbit module and version 7 Views JSON Query module, that we used in our service.

Chatbot Framework

Component type

module

Maintenance status

Development status

Downloads

346

Component created

Component changed

Bot Framework for Drupal 8 - Experimental approach to building a framework with a plugable interface for bot clients and back ends. Leveraging Drupal's
ability to allow users to easily create and modify content. Based on concepts from
https://github.com/WhiteHouse/fb_messenger_bot

Drupal Skills

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal Skills serves as a Drupal API wrapper for the PHPSkills Composer package. PHPSkills itself is a full implementation of Microsoft's TrueSkill player ranking and matchmaking algorithm. The notion is that a person's skill is represented by their probability of success by tracking two variables - a player's current skill and also how certain the system is about their skill.

Monolog GELF

Component type

module

Categories

Maintenance status

Development status

Downloads

193

Component created

Component changed

Handler to send messages to a Graylog2 server.

Enable via services.yml

# Add to parameters section:
parameter:  
  monolog.channel_handlers:
    default: ['gelf']

# Add to services section:
services:
  monolog_gelf.transport:
    # Choose transportation method.
    class: GelfTransportUdpTransport
    # Pass connection arguments.
    arguments: ['<host>', <port>, <chunk_size>]