2025-12-16 10:20:31 -07:00
|
|
|
# pie
|
|
|
|
|
|
|
|
|
|
> The PHP Installer for Extensions.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/php/pie/blob/1.4.x/docs/usage.md>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Install or update an extension:
|
|
|
|
|
|
|
|
|
|
`pie install {{vendor}}/{{extension}}`
|
|
|
|
|
|
|
|
|
|
- List installed extensions and their versions:
|
|
|
|
|
|
|
|
|
|
`pie show`
|
|
|
|
|
|
|
|
|
|
- Display information about a specific package:
|
|
|
|
|
|
|
|
|
|
`pie info {{vendor}}/{{extension}}`
|
|
|
|
|
|
|
|
|
|
- List the configured repositories:
|
|
|
|
|
|
|
|
|
|
`pie repository:list`
|
|
|
|
|
|
|
|
|
|
- Add a repository:
|
|
|
|
|
|
|
|
|
|
`pie repository:add {{type}} {{url}}`
|
|
|
|
|
|
|
|
|
|
- Remove a repository:
|
|
|
|
|
|
|
|
|
|
`pie repository:remove {{url}}`
|