PHPackages                             ellinaut/com-view-server-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ellinaut/com-view-server-bundle

ActiveSymfony-bundle

ellinaut/com-view-server-bundle
===============================

Symfony integration for eos/com-view-server

1.0.0(4y ago)0576MITPHPPHP &gt;=7.2

Since Dec 13Pushed 4y agoCompare

[ Source](https://github.com/Ellinaut/symfony-com-view-server-bundle)[ Packagist](https://packagist.org/packages/ellinaut/com-view-server-bundle)[ RSS](/packages/ellinaut-com-view-server-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

ellinaut/com-view-server-bundle
===============================

[](#ellinautcom-view-server-bundle)

Symfony integration for [`eos/com-view-server`](https://github.com/eosnewmedia/php-com-view-server)

Replaces `eos/com-view-server-bundle` which isn't maintained anymore.

Installation
============

[](#installation)

```
composer require ellinaut/com-view-server-bundle
```

Configuration
=============

[](#configuration)

Create the file `config/packages/eos_com_view_server.yaml` with content like this:

```
eos_com_view_server:
    allow_origin: '*' # cors control; * is the default value
    schema: # the definition which will be available as /cv/schema.json
        headers:
            authorization:
                description: 'Authorization header'
        views:
            exampleView:
                description: 'Example view'
                data:
                    success: 'exampleSchema'
        commands:
            exampleCommands:
                description: 'Example command'
        schemas:
            exampleSchema:
                description: 'Example schema'
                properties:
                    example:
                        description: 'Example property'
                        type: 'string'
```

Configure your `config/routes.yaml` with:

```
eos_com_view:
    resource: '@EosComViewServerBundle/Resources/config/routes.xml'
```

Commands
--------

[](#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`:

```
services:
    # with "command", if class name is not equal to command name
    YourCommand\CommandProcessor:
        tags:
            - { name: 'com_view.command_processor', command: 'executeYourCommand' }

    # without "command", if class name is equal to command name (in this example the command name must be "executeSecondCommand")
    YourCommand\ExecuteSecondCommand:
        tags:
            - { name: 'com_view.command_processor' }
```

Views
-----

[](#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`:

```
services:
    # with "view", if class name is not equal to view name
    YourView\TestView:
        tags:
            - { name: 'com_view.view', view: 'showTest' }

    # without "view", if class name is equal to view name (in this example the view name must be "showExample")
    YourView\ShowExample:
        tags:
            - { name: 'com_view.view' }
```

Health Providers
----------------

[](#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`:

```
services:
    YourHealthProvider\TestProvider:
        tags:
            - { name: 'com_view.health_provider' }
```

Headers
=======

[](#headers)

Headers names will be lower cased by this bundle!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21ec4e897f4ee0a0d0bcaf844242946502ff852e9bee8fb2e1ef9a2fc2fb5f16?d=identicon)[pmarien](/maintainers/pmarien)

---

Top Contributors

[![pmarien](https://avatars.githubusercontent.com/u/8394874?v=4)](https://github.com/pmarien "pmarien (6 commits)")

### Embed Badge

![Health badge](/badges/ellinaut-com-view-server-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ellinaut-com-view-server-bundle/health.svg)](https://phpackages.com/packages/ellinaut-com-view-server-bundle)
```

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[rikudou/psr6-dynamo-db-bundle

PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony

2077.8k](/packages/rikudou-psr6-dynamo-db-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
