System Grab Bag

View all TLDR pages from common (or from all pages)

pickle

A PHP extension installer based on Composer. More information: https://github.com/FriendsOfPHP/pickle.
  • Install a specific PHP extension:
    pickle install {{extension_name}}
  • Convert an existing PECL extension configuration to a Pickle configuration file:
    pickle convert {{path/to/directory}}
  • Validate a PECL extension:
    pickle validate {{path/to/directory}}
  • Package a PECL extension for release:
    pickle release {{path/to/directory}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.