-
Notifications
You must be signed in to change notification settings - Fork 89
Home
picklweb will provide a list of extensions. See https://github.com/FriendsOfPHP/pickleweb/issues/36
Examples:
- ext-gd
- ext-curl
- ext-phar
The list is available in:
http://pickle.link/json/PHP-5.5.json, respectively 5.5, 5.6, 7.0 or any other branches
looks up for a package named "foo" in this order:
- pickleweb
- pecl.php.net
mainly for composer support as most composer.json uses ext-foo in require alias for pickle install foo
looks up for a vendor/foo on pickleweb
alias for pickle install vendor/foo, same reason as pickle install ext-foo
looks up in the ./vendor/foo directory for the extension sources
can be either http, git, svn etc. Either a zip or a repository
vendor-foo.zip, archive containing the extensions sources or binary to install
Package the source of the extension as a tarball. This imply --source switch by default.
Builds the source and packages the binaries. Care is taken about LICENSE, README and several other accompanying files from the source tree.
Pickle will fetch the source using the package name rules as described in the install command. Thus, supported are local source trees as well as direct source links or just package names.