Download the PHP package libra/libra-module-manager without Composer
On this page you can find all versions of the php package libra/libra-module-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download libra/libra-module-manager
More information about libra/libra-module-manager
Files in libra/libra-module-manager
Download libra/libra-module-manager
More information about libra/libra-module-manager
Files in libra/libra-module-manager
Vendor libra
Package libra-module-manager
Short Description Add management of module ant their status to Libra CMS
License
Homepage http://www.ejoom.com/libra-cms/
Package libra-module-manager
Short Description Add management of module ant their status to Libra CMS
License
Homepage http://www.ejoom.com/libra-cms/
Please rate this library. Is it a good library?
Informations about the package libra-module-manager
Libra Module Manager
Description
This module was created to enable/disable modules through admin panael.
But now you can use it to detect present modules.
_classexists('Namespace/ModuleName') isn't suitable hence such class can be
loaded by autoloader namespaces or classmap and won't be loaded.
Usage:
use LibraModuleManager\Module as ModuleManager;
// ...
if (ModuleManager::isModulePresent('LibraLocale')) {
// do some tasks
// ...
}
This function detect if module (was/will be) loaded in current application.
All versions of libra-module-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package libra/libra-module-manager contains the following files
Loading the files please wait ....