Download the PHP package flame/module-installer without Composer
On this page you can find all versions of the php package flame/module-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flame/module-installer
More information about flame/module-installer
Files in flame/module-installer
Download flame/module-installer
More information about flame/module-installer
Files in flame/module-installer
Vendor flame
Package module-installer
Short Description Custom installer for Nette modules
License BSD-3 GPLv2 GPLv3
Homepage https://github.com/flame-org/Nette-Module-Installer
Package module-installer
Short Description Custom installer for Nette modules
License BSD-3 GPLv2 GPLv3
Homepage https://github.com/flame-org/Nette-Module-Installer
Please rate this library. Is it a good library?
Informations about the package module-installer
Nette Module Installer
This is a custom installer for Composer packaging system which helps installing Nette Modules.
Creating an Module
To create a new Nette Module, simply create it as a Composer package. There are only a few differences from normal Composer packages:
- Set type to
nette-module
- Add this installer as a requirement:
flame/module-installer: @dev
- Set extra section of composer.json
Here is an example:
Name is optional
Look at this composer.json for full example.
Your extension will be added into app/config/extensions.(php|neon) file
Please create first the file with php or neon extension
All versions of module-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.3.0
The package flame/module-installer contains the following files
Loading the files please wait ....