Skip to content

Add magebox ext command for PHP extension management#31

Merged
peterjaap merged 2 commits into
mainfrom
add-mbox-ext
Mar 17, 2026
Merged

Add magebox ext command for PHP extension management#31
peterjaap merged 2 commits into
mainfrom
add-mbox-ext

Conversation

@peterjaap
Copy link
Copy Markdown
Collaborator

Adds magebox ext with install, remove, list, search, and pie subcommands. Supports system packages (apt/dnf/pacman/pecl) and custom extensions via PIE (vendor/package format).

Includes PHP version selection prompt, automatic PIE and php-dev installation, platform-aware package name resolution, and docs.

Adds `magebox ext` with install, remove, list, search, and pie subcommands.
Supports system packages (apt/dnf/pacman/pecl) and custom extensions via PIE
(vendor/package format). Includes PHP version selection prompt, automatic PIE
and php-dev installation, platform-aware package name resolution, and docs.
PIE doesn't have a remove command. Instead, manually clean up the .so file,
mods-available INI, and conf.d symlinks across all SAPIs. Derives the
extension name from the vendor/package format (e.g., php-spx -> spx).
@peterjaap peterjaap merged commit a429031 into main Mar 17, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant