sms_alidayu

Component type

module

Maintenance status

Development status

Downloads

91

Component created

Component changed

This module provides integration between Alidayu SMS Gateway and SMS Framework.

original code of this module copy from sms_twillio moudle 7.x-2.0.

please download api from www.alidayu.com, and put it in "sites/all/libraries/alidayu", make sure you have this: "sites/all/libraries/alidayu/TopSdk.php"

aws_connector

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal 8.x Module utilizes the AWS PHP SDK CredentialProvider to provide authentication methodology for other Drupal modules to connect to and utilize AWS services.

This module provides a simple form for managing your credentials within Drupal itself. These credentials are then stored as part of Drupal configuration and are made accessible to the CredentialProvider class.

To use this module, include it in your own PHP code (e.g. use Drupalaws_connectorCredentialsAWSCredentialProvider;).

RESTful Web Services: Resource Discovery

Component type

module

Maintenance status

Development status

Downloads

290

Component created

Component changed

Allows a list of entities (including bundle, field and property info) to be viewed at /restws_resource.json.

Motivation: a 3rd party system may not be aware of all entity types available, so a list of entity info is useful. There are some obvious entity types, such as node, comment etc but any custom entity types will not be known to a 3rd party.