PHPackages                             zenstruck/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. [Admin Panels](/categories/admin)
4. /
5. zenstruck/resource-bundle

AbandonedArchivedSymfony-bundle[Admin Panels](/categories/admin)

zenstruck/resource-bundle
=========================

Provides an easy way to create a RESTful CRUD for your entities.

v0.1.0(12y ago)162MITPHP

Since Dec 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kbond/ZenstruckResourceBundle)[ Packagist](https://packagist.org/packages/zenstruck/resource-bundle)[ Docs](http://zenstruck.com/project/ZenstruckResourceBundle)[ RSS](/packages/zenstruck-resource-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ZenstruckResourceBundle
=======================

[](#zenstruckresourcebundle)

**NOTE:** This bundle is under heavy development, **use at your own risk**

Provides an easy way to create a RESTful CRUD for your entities.

Full Default Configuration
--------------------------

[](#full-default-configuration)

```
zenstruck_resource:
    default_controller_class:  Zenstruck\ResourceBundle\Controller\ResourceController
    controller_utils_class:  Zenstruck\ResourceBundle\Controller\ControllerUtil
    controllers:

        # Prototype
        name:

            # The entity (in the short notation) to create a resource controller for.
            entity:               ~ # Required, Example: AppBundle:Product

            # The optional FQN of the resource controller. The above "default_controller_class" option will be used if left blank.
            controller_class:     ~

            # The service id for the generated controller. By default it is: ".controller.".
            controller_id:        ~

            # The optional FQN of the form. It defaults to the Symfony2 standard for the resource.
            form_class:           ~

            # The default route to use after create/edit/delete actions.  Defaults to the "list" action if enabled or "homepage" if not.
            default_route:        ~

            # none: disables permission checking, simple: checks for ROLE__ADMIN on new/edit/delete actions, full: checks for ROLE__ on new/edit/delete actions.
            permissions:          none

            routing:
                enabled:              false

                # An array of disabled actions. Allowed values: list, show, new, post, edit, put, delete.
                disabled_actions:     [] # Example: [show, list]
                prefix:               /
                default_format:       html
                formats:              html # Example: html|json

                # Additional routes for this resource.
                extra_routes:

                    # Examples:
                    promote:
                        pattern:             /promote
                        methods:             POST
                    photos:
                        pattern:             /{id}/photos

                    # Prototype
                    name:
                        pattern:              ~ # Required
                        methods:              GET
                        formats:              html
                        default_format:       html

            # The grid option is available when ZenstruckDataGridBundle is installed.
            grid:
                enabled:              false

                # The service id for the generated grid. By default it is: ".grid.".
                service_id:           ~

                # Customize the grid executor (must implement ExecutorInterface)
                executor_service:     ~

                # Whether or not to use a paginated grid.
                paginated:            true
                fields:

                    # Prototype
                    name:
                        label:                ~

                        # Set false to hide on display (can still be filtered/sorted)
                        visible:              true
                        filterable:           false
                        filter_value:         ~
                        sortable:             false
                        sort_direction:       ASC
                        format:               ~
                        align:                ~
                        default:              ~
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/707369cc916e0ea1aacbf077dcba464f611cef879f024d8944311a54a15224b3?d=identicon)[kbond](/maintainers/kbond)

---

Top Contributors

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

---

Tags

resourcecrudadminadministration

### Embed Badge

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

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

###  Alternatives

[laravelrus/sleepingowl

Administrative interface builder for Laravel.

808222.7k3](/packages/laravelrus-sleepingowl)[mineadmin/mineadmin

Quickly build a background management system for web applications

1.2k2.1k](/packages/mineadmin-mineadmin)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50192.0k](/packages/brackets-admin-generator)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48181.2k24](/packages/luyadev-luya-module-admin)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

131.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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