Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Drupal 8 API (for Drupal 7)

This module provides a Drupal 8 compatibility layer for Drupal 7.

Namecheap

Provides integration with Libraries API (2.x) and a Drush [Make] script to download the Namecheap SDK for use with the Namecheap API.

The NameCheap API allows you to build web and desktop applications that integrate with your NameCheap account. It allows you to programmatically perform operations like domain search, domain register, purchase SSL etc., from within your application.

Place the appropriate version of the Namecheap SDK in the libraries directory within the site you are working. That may be 'default' or 'all' like the following: sites/all/libraries or sites/default/libraries. The end result after extracting the library should be sites/.../libraries/namecheap/registrars/namecheap/namecheap.php.

Configuration can be performed either using variables hardcoded into settings.php or the UI. If you want to hardcode them then look at the UI for the variable names.

$conf['namecheap_username'] = '...';
$conf['namecheap_password'] = '...'; // API key, but SDK did not rename it.
$conf['namecheap_testmod'] = '...';

The following is an example of how to use the API inside of Drupal.

<?php

Simple Backup

1. Backups and zips the Database and all of your site's files recursively in one go.
2. You can download them to your computer

Simple!

ESI Mongodb Block Plugin

Description
This plugin extends varnish edge side include functionality by providing integration between esi_api and mongodb_block.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools