Files
cheatsheet-tldr/tldr/pickle
2025-04-26 00:18:47 +00:00

26 lines
568 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pickle
> A PHP extension installer based on Composer.
> More information: <https://github.com/FriendsOfPHP/pickle#usage>.
- 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}}`