PHPackages                             isaac/gazesymfonybundle - 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. isaac/gazesymfonybundle

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

isaac/gazesymfonybundle
=======================

Symfony Bundle for Gaze

v0.2.0(4y ago)06[1 PRs](https://github.com/isaaceindhoven/GazeSymfonyBundle/pulls)MITPHPPHP ~7.3.0||~7.4.0||~8.0.0

Since May 21Pushed 4y ago5 watchersCompare

[ Source](https://github.com/isaaceindhoven/GazeSymfonyBundle)[ Packagist](https://packagist.org/packages/isaac/gazesymfonybundle)[ RSS](/packages/isaac-gazesymfonybundle/feed)WikiDiscussions master Synced 1mo ago

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

Gaze Symfony Bundle
===================

[](#gaze-symfony-bundle)

This Symfony bundle can be used to integrate [Gaze](https://isaaceindhoven.github.io/GazeHub/docs/#/) easily in an Symfony application.

Install
-------

[](#install)

Install using composer:

```
composer require isaac/gazesymfonybundle
```

Adding configuration files
--------------------------

[](#adding-configuration-files)

**You only need to do these step if you are not using Symfony Flex.**

Create the file `config/routes/isaac_gaze_symfony.yaml` with the following content: (This will register the `TokenController` of the bundle with the Symfony application)

```
isaac_gaze_symfony:
  resource: '@ISAACGazeSymfonyBundle/config/routing.xml'
  prefix: /gaze
```

Create the file `config/packages/isaac_gaze_symfony.yaml` with the following content: (This will specify the configuration for this bundle)

```
isaac_gaze_symfony:
  publisher:
    gazehub_url: '%env(GAZEHUB_URL)%'
    private_key_content: '%env(GAZE_PRIVATE_KEY_CONTENTS)%'
```

Now follow the steps in 'Configure with Symfony Flex'.

Adding environment variables
----------------------------

[](#adding-environment-variables)

In `.env` add the following variable:

```
GAZEHUB_URL="http://localhost:3333"
```

(Replace `http://localhost:3333` with the url to [GazeHub](https://isaaceindhoven.github.io/GazeHub/docs/#/gazehub))

To store the private key in a safe way inside Symfony use the [Symfony Vault](https://symfony.com/doc/current/configuration/secrets.html). Run the following command to set the private key in a development environment:

```
bin/console secrets:set GAZE_PRIVATE_KEY_CONTENTS
```

To use another key on production run the following command in the production environment to override the private key:

```
bin/console secrets:set GAZE_PRIVATE_KEY_CONTENTS  -e prod
bin/console secrets:decrypt-to-local --force --env=prod
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

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

Every ~19 days

Total

2

Last Release

1795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80809e7caf8341b1bac3d759e2b159a38b9bdab2deee5b0d4d66de6c83b992d1?d=identicon)[IntractoSupport](/maintainers/IntractoSupport)

![](https://www.gravatar.com/avatar/9e723dd83f374215e85b05fa260826f267bcef0dfb1026246ca1d845ae4f3a39?d=identicon)[JeroenNoten](/maintainers/JeroenNoten)

![](https://www.gravatar.com/avatar/6f1ed5a230a1b7a889ad5bb727fc43f070e2d57ad9f857625226096cbfcc80c7?d=identicon)[aadmathijssen](/maintainers/aadmathijssen)

![](https://www.gravatar.com/avatar/5270be3fd791a1045f0d928c0ca5d801d2c9dac77b83338a8ac877b94c6f7934?d=identicon)[mischabraam](/maintainers/mischabraam)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/isaac-gazesymfonybundle/health.svg)

```
[![Health](https://phpackages.com/badges/isaac-gazesymfonybundle/health.svg)](https://phpackages.com/packages/isaac-gazesymfonybundle)
```

###  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)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.7k3.7M389](/packages/pimcore-pimcore)[contao/core-bundle

Contao Open Source CMS

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

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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