survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Fund package maintenance!
kbond

Installs: 2 263

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.196 2024-03-27 12:05 UTC

This package is auto-updated.

Last update: 2024-03-27 12:06:19 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