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

This package is not auto-updated.

Last update: 2024-03-16 13:53:25 UTC


README

Author Latest Version Software License Build Status Coverage Status Quality Score Total Downloads Dependency Status SensioLabsInsight

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:

Example screen shot of the application