承接 thecodingmachine/symfony-console-universal-module 相关项目开发

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

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

thecodingmachine/symfony-console-universal-module

Composer 安装命令:

composer require thecodingmachine/symfony-console-universal-module

包简介

Cross-framework module for symfony/console.

README 文档

README

Latest Stable Version Latest Unstable Version License

Symfony console universal module

This package integrates symfony/console in any container-interop compatible framework/container.

Installation

composer require thecodingmachine/symfony-console-universal-module

Once installed, you need to register the TheCodingMachine\SymfonyConsoleServiceProvider into your container.

If your container supports thecodingmachine/discovery integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register service providers.

Introduction

This service provider is meant to create a Symfony console in your container.

You can access the console using: vendor/bin/app_console.

For the console to work, you need to have a container.php file at the root of your project or in the 'config' directory. This file MUST returns your application's container. This file will be used by the Symfony console to access and start the application.

Sample:

container.php (or config/container.php)

<?php
use Simplex\Container;

$container = new Container([new \TheCodingMachine\SymfonyConsoleServiceProvider()]);

return $container;

Provided services

This service provider provides the following services:

Service name Description
HelperSet::class An empty HelperSet
Application::class An empty console application

Project template courtesy of thecodingmachine/service-provider-template

统计信息

  • 总下载量: 54
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固