BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

Generate Phar file for Analyzer tool, for easier distribution. #130

Open dave-newson opened 1 year ago

dave-newson commented 1 year ago

Add the ability to build the Analyzer command as a phar file: meminfo.phar

The meminfo.phar file can be built using ./bin/build-phar.sh as part of a release.

The build script will;

Supplying a Phar file makes it a lot easier to use the Analyzer tool, instead of having to download and install the repo, as either a global or isolated dependency.

Box version is locked to be compatible with PHP 7.2 as this was the environment I had available.