rogeriopradoj/platform-show
最新稳定版本:v1.3.0
Composer 安装命令:
composer require rogeriopradoj/platform-show
包简介
A easy way to get information of composer show --platform in a webpage
关键字:
README 文档
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:
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-20
