1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-08 17:35:24 +02:00
tldr/pages/common/pickle.md
2025-04-25 05:54:18 +03:00

20 lines
475 B
Markdown

# 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}}`