Explorar o código

pickle: add page (#3147)

Owen Voke %!s(int64=5) %!d(string=hai) anos
pai
achega
29d6d72719
Modificáronse 1 ficheiros con 20 adicións e 0 borrados
  1. 20 0
      pages/common/pickle.md

+ 20 - 0
pages/common/pickle.md

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