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

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

igdr/resource-bundle
====================

Resource Bundle

v2.0(10y ago)01.1k1PHPPHP &gt;=5.3.3

Since Nov 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/igdr/ResourceBundle)[ Packagist](https://packagist.org/packages/igdr/resource-bundle)[ RSS](/packages/igdr-resource-bundle/feed)WikiDiscussions master Synced yesterday

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

Resource Bundle
===============

[](#resource-bundle)

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

[](#installation)

Add the bundle to your `composer.json`:

```
composer require igdr/resource-bundle

```

and run:

```
php composer.phar update

```

Then add the ResourceBundle to your application kernel:

```
// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\ResourceBundle\IgdrResourceBundle(),
        // ...
    );
}

```

Add configuration to config.yml

```
igdr_resource:
    controller:
        index:
            template: "@AppBase/Admin/Abstract/index.html.twig"
        edit:
            template: "@AppBase/Admin/Abstract/edit.html.twig"

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3829d ago

Major Versions

v1.1 → v2.02016-01-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b43bdf609a0bbcb50ca6e968cd7a62159b63c2296c1151b937a87cf78f29890?d=identicon)[igdr](/maintainers/igdr)

---

Top Contributors

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

---

Tags

resourceIgdr

### Embed Badge

![Health badge](/badges/igdr-resource-bundle/health.svg)

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

###  Alternatives

[kigkonsult/icalcreator

iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information

2482.8M20](/packages/kigkonsult-icalcreator)[jasonlewis/resource-watcher

Simple PHP resource watcher library.

226146.4k14](/packages/jasonlewis-resource-watcher)[cloudstudio/resource-generator

Resource Generator for Laravel Nova

107139.6k1](/packages/cloudstudio-resource-generator)[lee-to/moonshine-tree-resource

Tree resource for moonshine

1620.4k](/packages/lee-to-moonshine-tree-resource)

PHPackages © 2026

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