survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Fund package maintenance!
kbond

Installs: 5 496

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.601 2025-07-10 20:12 UTC

This package is auto-updated.

Last update: 2025-07-10 20:13:14 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