PHPackages                             shopery/view-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. shopery/view-bundle

ActiveSymfony-bundle

shopery/view-bundle
===================

Integrate shopery/view in your symfony application

v1.2(9y ago)07.7kMITPHP

Since Mar 24Pushed 9y ago4 watchersCompare

[ Source](https://github.com/shopery/view-bundle)[ Packagist](https://packagist.org/packages/shopery/view-bundle)[ RSS](/packages/shopery-view-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

shopery/view-bundle
===================

[](#shoperyview-bundle)

Integrates `shopery/view` into your Symfony projects.

Installation
------------

[](#installation)

You can install this library:

- Install via [composer](https://getcomposer.org): `composer require shopery/view-bundle`
- Use the [official Git repository](https://github.com/shopery/datetime): `git clone https://github.com/shopery/view-bundle`.

And add the bundle to your kernel as usual.

If you have any trouble, please refer to the [symfony docs](http://symfony.com/doc/current/cookbook/bundles/installation.html).

Factories
---------

[](#factories)

This bundle defines a service named `view_factory` which can be injected as a dependency.

This class implements `Shopery\View\ViewFactory` and has a `createView` method.

Tag any service with `view_factory` to register it as a factory for a given object.

```
services:

    my_view_factory_for_products:
        class: ...
        arguments: ...
        tags:
            - { name: view_factory, class: Acme\Product }
```

So whenever you pass an `Acme\Product` to `view_factory::create_view`, your factory is run.

Extensions
----------

[](#extensions)

Multiple view extensions can be defined as services and tagged with the `view_factory.extension` tag.

This services must implement `Shopery\View\Extension\ViewExtension`.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~45 days

Total

3

Last Release

3613d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/608fb6577803c78b31cf7ade299388f44ffe2e13f4cc773c331944773cca6b97?d=identicon)[xphere](/maintainers/xphere)

![](https://www.gravatar.com/avatar/7a9d632acc1c07a48dcb8883e3a4f55adecbd6cb17a9ebcc4c59b2d158dc7aac?d=identicon)[rogergros](/maintainers/rogergros)

---

Top Contributors

[![xphere](https://avatars.githubusercontent.com/u/170968?v=4)](https://github.com/xphere "xphere (4 commits)")[![rogergros](https://avatars.githubusercontent.com/u/2053670?v=4)](https://github.com/rogergros "rogergros (2 commits)")

### Embed Badge

![Health badge](/badges/shopery-view-bundle/health.svg)

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[scheb/2fa

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

578630.7k1](/packages/scheb-2fa)[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)[sensiolabs/gotenberg-bundle

A Symfony bundle that provides seamless integration with Gotenberg for generating PDFs and screenshots from various sources (HTML, Markdown, Office documents, URLs) with a clean, builder-based API.

210210.4k2](/packages/sensiolabs-gotenberg-bundle)[sulu/article-bundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system

66409.6k2](/packages/sulu-article-bundle)

PHPackages © 2026

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