Download the PHP package ank/installer without Composer

On this page you can find all versions of the php package ank/installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package installer

Composer Installers

使用方法

配置方法

新创建一种纯静态资源包类型 static,包配置如下:

安装的时候需要安装到当前项目的 web/public 目录下面,

在根composer.json 中添加上面自定义类型的支持

可使用三种方法来匹配安装包, 1、直接使用包名字 2、按类型来匹配 3、按供应商名字来归类

路径中可以使用的变量 {$name} {$vendor} {$type}

默认情况下如果一个包不指定type则默认为 library,安装的时候如果这个类型已经添加到 "installer-types", 插件将会云查询映射的安装路径.如果没有匹配到则使用默认安装路径。

映射路径规则,可以参考 composer/installers:

其它请查看 composer/installers 的README 文档 (e.g. {$name}).


All versions of installer with dependencies

PHP Build Version
Package Version
Requires composer-plugin-api Version ^1.0 || ^2.0
composer/installers Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ank/installer contains the following files

Loading the files please wait ....