Download the PHP package ellinaut/com-view-server-bundle without Composer
On this page you can find all versions of the php package ellinaut/com-view-server-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ellinaut/com-view-server-bundle
More information about ellinaut/com-view-server-bundle
Files in ellinaut/com-view-server-bundle
Package com-view-server-bundle
Short Description Symfony integration for eos/com-view-server
License MIT
Informations about the package com-view-server-bundle
ellinaut/com-view-server-bundle
Symfony integration for eos/com-view-server
Replaces eos/com-view-server-bundle
which isn't maintained anymore.
Installation
Configuration
Create the file config/packages/eos_com_view_server.yaml
with content like this:
Configure your config/routes.yaml
with:
Commands
Commands (classes which implement Eos\ComView\Server\Command\CommandProcessorInterface
) can be registered via the
service tag com_view.command_processor
in your config/services.yaml
:
Views
Views (classes which implement Eos\ComView\Server\View\ViewInterface
) can be registered via the
service tag com_view.view
in your config/services.yaml
:
Health Providers
Health Providers (classes which implement Eos\ComView\Server\Health\ViewHealthProviderInterface
or Eos\ComView\Server\Health\CommandHealthProviderInterface
)
can be registered via the service tag com_view.health_provider
in your config/services.yaml
:
Headers
Headers names will be lower cased by this bundle!
All versions of com-view-server-bundle with dependencies
ext-json Version *
symfony/framework-bundle Version ^5.0|^6.0
eos/com-view-server Version ^2.0