nette / addon-installer
Custom installer for Nette Addons
Installs: 201
Dependents: 4
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Open Issues: 5
Type:composer-installer
Requires
- php: >= 5.3.0
- nette/nette: 2.0.*
Requires (Dev)
- composer/composer: 1.0.*
This package is not auto-updated.
Last update: 2022-02-01 13:09:54 UTC
README
This is a custom installer for Composer packaging system which helps installing Nette Addons.
Status
This projects is in very early stage of development, there is not much info yet. Please contact me for further info.
Usage
If you want to use an existing Nette Addon, please refer to sandbox with integrated support.
Creating an Addon
Please read Composer's manual on custom installers for an introduction.
To create a new Nette Addon, simply create it as a Composer package. There are only 3 differences from normal Composer packages:
- Set type to
nette-addon
- Add this installer as a requirement:
nette/addon-installer
- Nette Addon related configuration goes into
extra
section,nette-addon
subsection. Possible options are listed below.
Examples
Here are examples of Nette Addons: Visual Paginator and Kdyby CURL.
Options
Addons
Here is a list of experimental addons which are ready for this installer.
Changelog
This projects is in early development phase, many changes and compatibility breaks will occur. Please see change log for details.