Download the PHP package wp-launchpad/cli-installer without Composer
On this page you can find all versions of the php package wp-launchpad/cli-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wp-launchpad/cli-installer
More information about wp-launchpad/cli-installer
Files in wp-launchpad/cli-installer
Download wp-launchpad/cli-installer
More information about wp-launchpad/cli-installer
Files in wp-launchpad/cli-installer
Vendor wp-launchpad
Package cli-installer
Short Description Initialisation library for Launchpad libraries
License GPL-2.0-or-later
Package cli-installer
Short Description Initialisation library for Launchpad libraries
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package cli-installer
installer
Install libraries from the Launchpad Framework.
Install
To install run the following command : composer require wp-launchpad/cli-installer
Then you need to add the provider LaunchpadCLIInstaller\ServiceProvider
to the /bin/generator
file:
Create a library compatible
To make a library compatible you need to add the following content:
Name | Type | Example | Description |
---|---|---|---|
provider | string | MyCLI\MyProvider |
The service provider from the cli library if there is one |
library_provider | string | MyLibrary\MyProvider |
The service provider from the library if there is one |
command | string | my-command |
The command to install the library if there is one |
install | boolean | true |
Should the command be executed or just displayed to the user |
clean | boolean | true |
Should the library be removed after the installation |
libraries | array | {"owner/library": "^0.0.1"} |
Libraries to install into dependencies |
All versions of cli-installer with dependencies
PHP Build Version
Package Version
The package wp-launchpad/cli-installer contains the following files
Loading the files please wait ....