nette/addon-installer

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2012-08-08 20:42 UTC

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:

  1. Set type to nette-addon
  2. Add this installer as a requirement: nette/addon-installer
  3. 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

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.