survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Maintainers

Package info

github.com/survos/inspection-bundle

Type:symfony-bundle

pkg:composer/survos/inspection-bundle

Fund package maintenance!

kbond

Statistics

Installs: 6 359

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.124 2026-03-05 12:36 UTC

This package is auto-updated.

Last update: 2026-03-06 17:41:53 UTC


README

Symfony Bundle to inspect doctrine entities, to expose routes and searchable/sortable fields as defined by ApiPlatform

composer req survos/inspection-bundle
{% set class = 'App\Entity\Book' %}
{{ inspect(book) }}

See grid-demo for an example