drupal / spaces_og_accelerated
This module provides performance enhancements for spaces_og.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-module
pkg:composer/drupal/spaces_og_accelerated
Requires
- allplayers/cloaking-device: dev-master
This package is not auto-updated.
Last update: 2025-10-19 08:00:32 UTC
README
The spaces_og_accelerated module requires the cloaking-device PHP library.
To install, use one of the following methods:
- Checkout the cloaking-device PHP library from github like so (if using the libraries module): - # From your site's docroot. git clone https://github.com/pdrakeweb/cloaking-device.git sites/all/libraries/cloaking-device 
- Install via Drush (if using the libraries module): - # From your site's docroot. drush cloaking-device-download 
- Install the module via composer, or in your own composer.json: { "require":{ - "allplayers/cloaking-device": "dev-master"- } }