Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Validate PHP Extensions - Pickle Command | Online Free DevTools by Hexmos

Validate PHP extensions with Pickle. Easily manage and package PECL extensions for release. Free online tool, no registration required.

pickle

A PHP extension installer based on Composer. More information: https://github.com/FriendsOfPHP/pickle#usage.

  • 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}}

See Also