fershopls/console

此包最新版本(dev-master)没有可用的许可证信息。

PHP控制台应用程序的帮助器。 :)

dev-master 2015-04-19 09:05 UTC

This package is not auto-updated.

Last update: 2024-10-02 09:31:28 UTC


README

仅是一些PHP控制台应用程序的帮助器。 :)

 

使用方法

$output->puts("Hello there!");
$output->puts("What's your name?");

// Get the stream
$name = $input->get();
$output->puts("Nice to meet you " . ucfirst($name) . "!");

 

安装

Composer JSON 文件

{
    "require": {
        "fershopls/console": "dev-master"
    }
}