logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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