Module.php
<?php
/**
* This file is placed here for compatibility with ZendFramework 2's ModuleManager.
* It allows usage of this module even without composer.
* The original Module.php is in 'src/NetglueMoney' in order to respect PSR-0
*/
require_once __DIR__ . '/src/NetglueMoney/Module.php';