-
Notifications
You must be signed in to change notification settings - Fork 89
Home
pierrejoye edited this page May 7, 2015
·
8 revisions
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/core-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