Pimple container
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
This module provides Pimple Container for Drupal projects.
Pimple is a simple Dependency Injection Container for PHP 5.3.
You can check details about it at: http://pimple.sensiolabs.org/
7.x-2.x:
This module depends on Composer manager module.
-- INSTALLATION --
* Install as usual
* Visit admin/config/system/composer-manager to rebuild the composer.json file
* Go to Vendor Directory (see admin/config/system/composer-manager/settings) and run "composer install"
- or -
* Use drush to enable module
7.x-1.x:
This module depends on Libraries API module. Please use version 2.x.
-- INSTALLATION --
1. Install module as usual
2. Download the Pimple and put it under sites/all/libraries/pimple, so pimple.php file path is {libraries_dir}/pimple/lib/pimple.php.
