boson-php / symfony-bundle
Boson Runtime for Symfony Framework
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Type:symfony-bundle
Requires
- php: ^8.4
- boson-php/http-static-provider: ^0.14
- boson-php/runtime: ^0.14
- boson-php/symfony-http-bridge: ^0.14
- symfony/config: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfony/runtime: ^6.4|^7.0
Requires (Dev)
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2025-06-17 07:37:50 UTC
README
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 theextra.runtime.class
incomposer.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
- You can learn more about what a Boson is.
- Information about the configs is available on the corresponding pages.
- A more detailed description of working with the application, windows and webview is also available.
- Also, do not miss the detailed guide on additional apps for working with function bindings, scripts, request interception, and more.
- If you want to build an application based on Symfony, Laravel and others, then similar functionality is also available.
Community
- Any questions left? You can ask them
in the chat
t.me/boson_php
!
Contributing
Boson is an Open Source, community-driven project. Join them contributing code.