承接 snapflowio/console 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-12