snapflowio/console
最新稳定版本:v0.1.0
Composer 安装命令:
composer require snapflowio/console
包简介
A simple and lightweight library for interacting with the console.
README 文档
README
A simple and lightweight library for interacting with the console.
Installation
composer require snapflowio/console
Basic Usage
<?php use Snapflow\Console\Console; // Output Console::write('Example message'); Console::info('This is an informational message'); Console::success('This is a success message'); Console::warning('This is a warning message'); Console::error('This is an error message'); Console::debug('This is a debug message'); Console::blank(); // Input Console::confirm('Would you like to see interactive examples?', true); Console::prompt('What is your name?'); Console::choice('Pick your favorite color:', $colors, 0);
License
This library is available under the MIT License.
Copyright
Copyright (c) 2025 Snapflow
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-12