baraja-core/nette-symfony-console 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

baraja-core/nette-symfony-console

最新稳定版本:v1.1.3

Composer 安装命令:

composer require baraja-core/nette-symfony-console

包简介

Simple console wrapper for Symfony Console to Nette.

README 文档

README

Integrity check

Easy integration of Symfony Console into Nette framework.

This library provides a fully functional implementation of Symfony Console into Nette Framework including basic configuration. There is nothing to configure for use, you simply install the package, register the extension and you can start using the console commands immediately.

The main goal of this library is maximum simplicity and best compatibility. You simply install the library and you don't have to do anything.

📦 Installation

It's best to use Composer for installation, and you can also find the package on Packagist and GitHub.

To install, simply use the command:

$ composer require baraja-core/nette-symfony-console

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

How to use

In your common.neon simply register:

services:
    console: Baraja\Console\ConsoleExtension

Configuration

In your common.neon you can use this fields.

For example:

console:
    url: https://baraja.cz
    name: My application
Field Type Description
url string, null The default absolute URL of the project (for example, https://baraja.cz) to use for generating links.
name string Project name.
version string, int, float Project version (must be a number or a numeric string).
catchExceptions bool If Command throws an exception, should it be caught and logged?
autoExit bool Should the application be automatically terminated after processing Command?
helperSet string, object Helper Settings.
helpers string[] Registration of classes for helpers.
lazy bool Register the CommandLoaderInterface service and look for Commands only on the first attempt to call it.

📄 License

baraja-core/nette-symfony-console is licensed under the MIT license. See the LICENSE file for more details.

统计信息

  • 总下载量: 313.81k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-12-31