baraja-core/nette-symfony-console
Composer 安装命令:
composer require baraja-core/nette-symfony-console
包简介
Simple console wrapper for Symfony Console to Nette.
README 文档
README
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.
baraja-core/nette-symfony-console 适用场景与选型建议
baraja-core/nette-symfony-console 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 313.97k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2020 年 12 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 baraja-core/nette-symfony-console 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 baraja-core/nette-symfony-console 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 313.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 17
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-12-31