Pay.gov

Component type

module

Maintenance status

Development status

Component created

Component changed

Pay.gov Connector

This module provides basic programmatic connectivity to pay.gov.

It supports two approaches:

1. credit card web service payment gateway
1. pay.gov hosted collection

It is expected you furnish SSL-based transactions for your form.

This module does not generate forms or automatically integrate into
forms. You must program a form alter and a callback with your own
mapping between your form fields.

Configuration Split

Component type

module

Maintenance status

Development status

Downloads

137103

Component created

Component changed

Background

The Drupal 8 configuration management works best when importing and exporting the whole set of the sites configuration. However, sometimes developers like to opt out of the robustness of CM and have a super-set of configuration active on their development machine and deploy only a subset.

Social media share

Component type

module

Maintenance status

Development status

Downloads

14602

Component created

Component changed

The social media share module allows the user to share current page to different social media platforms. It is rendered as block, you can place it anywhere of your site.

Module provides social media field type so that you can add it as field in entity and take all benefits from field API.

It is flexible to share any page of the site whether it is node, term , panels, view pages so on.

YoutubeAPI

Component type

module

Maintenance status

Development status

Downloads

505

Component created

Component changed

YouTube Data API V3 integration.

This module allow drupal developers to work with google YouTube API V3 easier. As this is an API module, it in itself doesn't do anything.

For Example, to search 'drupal' videos on youtube, You have just to call:

use DrupalyoutubeapiYoutubeAPISearch;

$api = new YoutubeSearch();
$api->addQuery(YoutubeSearch::q, 'drupal');
//Optionally.
$api->addQuerys([YoutubeSearch::part => 'snippet', YoutubeSearch::type => 'video']);
$result = $api->execute();;

Simple Font Icon

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to simplify the administration and rendering of font icons in Drupal. It provides means to add font icon packages, a form element and a field widget.

Basic HTTP Authentication

Component type

module

Maintenance status

Development status

Downloads

1017

Component created

Component changed

The module provides a possibility to restrict an access to every system path using basic HTTP authorization. You can configure, for which paths will be added an additional HTTP authentication before checking its accessibility through standard tools, using UI or programmatically.

Drupal 8

Drupal 8 is cool because it has the basic_auth module within the core.

API

Add basic HTTP authorization for a path:

PDFTemplate

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

This modules offers an easy way to create PDFs from OpenDocument (.odt) templates. The magic: Each template can hold a variety of placeholders/variables that can easy be replaced via rules.

This module integrates the free pdftemplate.eu service. No registration required!

This module is developed and maintained by Kommune3