PHPackages                             towersystems/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. [Framework](/categories/framework)
4. /
5. towersystems/resource-bundle

ActiveLibrary[Framework](/categories/framework)

towersystems/resource-bundle
============================

Zend Expressive ; Resources in an Application

1.1.4(6y ago)012514PHPPHP ^7.1CI failing

Since Nov 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kaneborthwick/ResourceBundle)[ Packagist](https://packagist.org/packages/towersystems/resource-bundle)[ RSS](/packages/towersystems-resource-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (20)Versions (7)Used By (4)

composer require towersystems/resource-bundle
=============================================

[](#composer-require-towersystemsresource-bundle)

Register a resource that can be used in your application.

Resource Controller, Factory, Repository, and CRUD api will be generated for your resource.

e.g

Register a new resource
-----------------------

[](#register-a-new-resource)

```
[
    'towersystems_resource' => [
        "resources" => [
            'tower.category' => [
                'classes' => [
                    'model' => Category::class,
                    'interface' => CategoryInterface::class,
                ],
            ],
        ],
    ],
];

```

Create API Routes
-----------------

[](#create-api-routes)

```
[
    'towersystems_resource' => [
        'routes' => [
            'category' => [
                'alias' => 'tower.category',
                'only' => ['show', 'index', 'create', 'update', 'delete'],
            ],
        ],
    ],
];

```

Service Manager
---------------

[](#service-manager)

```
    $container->get("tower.repository.category");

```

```
    $container->get("tower.factory.category");

```

```
    $container->get("tower.handler.category");

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

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

Recently: every ~96 days

Total

6

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15b9deb2886190898065a4dbabf9ca41931826916fd8473a967bdfd76363ff6f?d=identicon)[kane borthwick](/maintainers/kane%20borthwick)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

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

PHPackages © 2026

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