survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Fund package maintenance!
kbond

Installs: 3 877

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.464 2025-01-06 23:05 UTC

This package is auto-updated.

Last update: 2025-01-09 00:39:49 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