survos/inspection-bundle

Inspects Doctrine entities with APIPlatform attributes

Fund package maintenance!
kbond

Installs: 2 818

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.333 2024-09-20 16:36 UTC

This package is auto-updated.

Last update: 2024-09-20 16:36:20 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