Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 616 Bytes

File metadata and controls

27 lines (19 loc) · 616 Bytes

PECL Feature

This feature installs PHP extensions from the PHP Extension Community Library (PECL).

Quick Start — devcontainer.json

"features": {
    "ghcr.io/tomgrv/devcontainer-features/pecl:5": {
        "extension": "zip"
    }
}

Quick Install — console

npx tomgrv/devcontainer-features -- add pecl

Options

Options Id Description Type Default Value
extension The PECL extension to install. string zip