Package Data | |
---|---|
Maintainer Username: | jasonlam604 |
Maintainer Contact: | jasonlam604@gmail.com (Jason Lam) |
Package Create Date: | 2016-05-31 |
Package Last Update: | 2016-06-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-16 15:02:43 |
Package Statistics | |
---|---|
Total Downloads: | 14 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 2 |
Total Open Issues: | 0 |
PHP Info at Command Line
Provide PHP Info at command line with the goal of providing most if not all the info you would see using phpinfo() when displayed on a web page.
Requires phar-builder
Go to the root of the project and execute the following
php -d phar.readonly=0 phar-builder.phar package ./composer.json
chmod 0755 ./bin/phpinfocli.phar
mv ./bin/phpinfocli.phar /usr/local/bin