boson-php/symfony-bundle 问题修复 & 功能扩展

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

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

boson-php/symfony-bundle

最新稳定版本:0.19.5

Composer 安装命令:

composer require boson-php/symfony-bundle

包简介

Boson Runtime for Symfony Framework

README 文档

README

PHP 8.4+ Latest Stable Version Latest Unstable Version License MIT Telegram

Installation

Boson package is available as Composer repository and can be installed using the following command in a root of your project:

composer require boson-php/symfony-bundle
  • Add bundle into the registered config/bundles.php list:
<?php

return [
    // ...
    Boson\Bridge\Symfony\BosonBundle::class => ['all' => true],
];
  • Use the APP_RUNTIME environment variable or by specifying the extra.runtime.class in composer.json to set the Runtime class:
{
    "require": {
        "...": "..."
    },
    "extra": {
        "runtime": {
            "class": "Boson\\Bridge\\Symfony\\Runtime\\BosonRuntime"
        }
    }
}
  • Initialize default configuration:
php ./bin/console config:dump-reference boson > config/packages/boson.yaml

Documentation

Community

Contributing

Boson is an Open Source, community-driven project. Join them contributing code.

统计信息

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

GitHub 信息

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

其他信息

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