PHPackages                             eos/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. [Framework](/categories/framework)
4. /
5. eos/com-view-server-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

eos/com-view-server-bundle
==========================

Symfony integration for eos/com-view-server

3.1.0(5y ago)04041[2 PRs](https://github.com/eosnewmedia/symfony-com-view-server-bundle/pulls)MITPHPPHP &gt;=7.2

Since Mar 6Pushed 3y ago5 watchersCompare

[ Source](https://github.com/eosnewmedia/symfony-com-view-server-bundle)[ Packagist](https://packagist.org/packages/eos/com-view-server-bundle)[ RSS](/packages/eos-com-view-server-bundle/feed)WikiDiscussions master Synced 3d ago

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

eos/com-view-server-bundle
==========================

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

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

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

[](#installation)

```
composer require eos/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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~89 days

Total

6

Last Release

2178d ago

Major Versions

1.1.0 → 2.0.02019-06-25

2.0.1 → 3.0.02020-05-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c18ae5f024ce04dbd7c18fb39db1ebe9c4feb654d0cc6f54f206404355d2500b?d=identicon)[eosnewmedia](/maintainers/eosnewmedia)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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