PHPackages                             endroid/guide - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. endroid/guide

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

endroid/guide
=============

Endroid Guide

2.0.1(8y ago)02.2k1MITPHPPHP &gt;=7.1

Since Apr 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/endroid/guide)[ Packagist](https://packagist.org/packages/endroid/guide)[ Docs](https://github.com/endroid/guide)[ RSS](/packages/endroid-guide/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (5)Versions (17)Used By (1)

Guide
=====

[](#guide)

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](https://camo.githubusercontent.com/7f3c65bf50e407c9289eb298b37c777ef7708029340934fdaca01b4e153a9c06/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656e64726f69642f67756964652e737667)](https://packagist.org/packages/endroid/guide)[![Build Status](https://github.com/endroid/guide/workflows/CI/badge.svg)](https://github.com/endroid/guide/actions)[![Total Downloads](https://camo.githubusercontent.com/ffb65eb12d445b0ca58a27b82398d2963b4324a2e9e8670b63dc9d34fa7dc48a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e64726f69642f67756964652e737667)](https://packagist.org/packages/endroid/guide)[![Monthly Downloads](https://camo.githubusercontent.com/6dad52d2d52f6afd2a1e8f16bfdede5eee5719d25d3f9353aff4d00d5d02033e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656e64726f69642f67756964652e737667)](https://packagist.org/packages/endroid/guide)[![License](https://camo.githubusercontent.com/3c83c8e9dfd4be72b4f78f0e28bb27c17bb717bb0021e4f0bea888a42f97f50c/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f656e64726f69642f67756964652e737667)](https://packagist.org/packages/endroid/guide)

This library helps you building a TV guide from different sources.

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

[](#installation)

Use [Composer](https://getcomposer.org/) to install the library.

```
$ composer require endroid/guide
```

Symfony integration
-------------------

[](#symfony-integration)

Register the Symfony bundle in the kernel.

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Endroid\Guide\Bundle\GuideBundle\EndroidGuideBundle(),
    ];
}
```

The bundle makes use of different loaders to build a guide. Each loader having its own configuration. This is an example of such a configuration.

```
endroid_guide:
    shows:
        -
            type: epguides
            label: Fargo
        -
            type: epguides
            label: Homeland
```

Add the following section to your routing to be able to visit the guide.

```
endroid_guide:
    resource: "@EndroidGuideBundle/Resources/config/routes.yaml"
    prefix: /guide
```

Versioning
----------

[](#versioning)

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.

License
-------

[](#license)

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

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 ~20 days

Recently: every ~43 days

Total

16

Last Release

3039d ago

Major Versions

1.x-dev → 2.0.02018-01-01

PHP version history (2 changes)1.0.0PHP &gt;=5.6

2.0.0PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![endroid](https://avatars.githubusercontent.com/u/537253?v=4)](https://github.com/endroid "endroid (70 commits)")

---

Tags

phpsymfonybundleendroidguide

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/endroid-guide/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[open-dxp/opendxp

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

9417.2k58](/packages/open-dxp-opendxp)

PHPackages © 2026

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