2025-03-14 21:59:59 -06:00
|
|
|
# pickle
|
|
|
|
|
|
|
|
|
|
> A PHP extension installer based on Composer.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://github.com/FriendsOfPHP/pickle#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|