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 412

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.143 2026-03-11 11:54 UTC

This package is auto-updated.

Last update: 2026-03-18 11:24:13 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