承接 phpyh/service-dumper-bundle 相关项目开发

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

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

phpyh/service-dumper-bundle

最新稳定版本:0.3.4.6

Composer 安装命令:

composer require phpyh/service-dumper-bundle

包简介

Symfony console command to dump dependency injection services

README 文档

README

Symfony console command to dump dependency injection services.

Latest Stable Version Total Downloads psalm-level type-coverage Code Coverage Mutation testing badge

Installation

composer require --dev phpyh/service-dumper-bundle

Usage

bin/console service my_service another_service

Example

Configuration

service_dumper

phpyh_service_dumper:
    service_dumper: symfony_var_dumper

You can use var_dump, symfony_var_dumper, xdebug or any valid service id with class that implements PHPyh\ServiceDumperBundle\ServiceDumper.

By default, symfony_var_dumper is used if Symfony VarDumper component is available, var_dump otherwise.

service_finder

phpyh_service_dumper:
    service_finder: basic

You can use basic or any valid service id with class that implements PHPyh\ServiceDumperBundle\ServiceFinder.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-15