rogeriopradoj / platform-show
A easy way to get information of composer show --platform in a webpage
v1.3.0
2015-08-10 12:29 UTC
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.3
- vectorface/dunit: ^2.1
This package is not auto-updated.
Last update: 2024-11-09 16:53:22 UTC
README
A easy way to get information of composer show --platform in a webpage.
What is this?
It is a small library, built above composer/composer,
that prints in a webpage the same information you could get in your terminal via
CLI command composer show --platform
.
What is it good for?
Ideal for using when you have don't have access to Composer CLI in a server, but can run PHP scripts on it that will be processed with a web server.
Install
Install RogerioPradoJ\PlatformShow
using Composer.
composer require "rogeriopradoj/platform-show"
Usage
<?php require '../vendor/autoload.php'; echo \RogerioPradoJ\PlatformShow::show();
Screen Shot
An example of what the output looks like: