survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Fund package maintenance!
kbond

Installs: 3 024

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.394 2024-11-21 23:47 UTC

This package is auto-updated.

Last update: 2024-11-21 23:47:29 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