Download the PHP package cmskit/package-installer without Composer
On this page you can find all versions of the php package cmskit/package-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cmskit/package-installer
More information about cmskit/package-installer
Files in cmskit/package-installer
Download cmskit/package-installer
More information about cmskit/package-installer
Files in cmskit/package-installer
Vendor cmskit
Package package-installer
Short Description A composer plugin, to help install packages of different types in custom paths.
License MIT
Package package-installer
Short Description A composer plugin, to help install packages of different types in custom paths.
License MIT
Please rate this library. Is it a good library?
Informations about the package package-installer
cms-kit-installer
This is a composer plugin, to install composer packages in custom directories outside the default composer vendor folder.
It relies on a special prefix within the package-name:
Prefixes are installed to following paths:
'admin' => './backend/admin/NAME/'
'extension' => './backend/extensions/NAME/'
'template' => './backend/templates/NAME/'
'wizard' => './backend/wizards/NAME/'
In addition:
- the prefix will be removed and
- hyphens will be replaced by underscores
Examples:
- your-vendor-name/admin-project-setup will be installed to backend/admin/project_setup
- your-vendor-name/extension-usermanagement will be installed to backend/extensions/usermanagement
Example of a package composer.json
{
"name": "cmskit/admin-project-setup",
"type": "library",
"version": "0.6.0",
"description": "This wizard lets you create new projects or upload existing ones",
"license": "GPL",
"authors": [
{
"name": "Christoph Taubmann",
"email": "[email protected]"
}
],
"homepage": "http://cms-kit.com",
"require": {
"php": ">=5.3.3",
"cmskit/package-installer": "1.0.*@dev",
"cmskit/jquery-ui": "dev-master"
}
}
Example of the composer.json in root to install/update the package
{
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"cmskit/admin-project-setup": "dev-master"
}
}
All versions of package-installer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
composer-plugin-api Version *
composer-plugin-api Version *
The package cmskit/package-installer contains the following files
Loading the files please wait ....