mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
pickle: add page (#3147)
This commit is contained in:
parent
e1ac9523c1
commit
29d6d72719
1 changed files with 20 additions and 0 deletions
20
pages/common/pickle.md
Normal file
20
pages/common/pickle.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue