PHPackages                             survos/inspection-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. survos/inspection-bundle

Abandoned → [survos/field-bundle](/?search=survos%2Ffield-bundle)Symfony-bundle[Database &amp; ORM](/categories/database)

survos/inspection-bundle
========================

Inspects Doctrine entities with APIPlatform attributes

2.7.6(2mo ago)26.6k1MITPHPPHP ^8.4

Since Aug 1Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/survos/inspection-bundle)[ Packagist](https://packagist.org/packages/survos/inspection-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-inspection-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (118)Versions (968)Used By (1)

InspectionBundle
================

[](#inspectionbundle)

Inspection helpers for API Platform resources:

- discover collection routes (`api_route`)
- derive searchable and sortable fields (`searchable_fields`, `sortable_fields`)
- build default column metadata (`api_columns`)

Install
-------

[](#install)

```
composer require survos/inspection-bundle
```

Routes
------

[](#routes)

This bundle no longer ships a Symfony installer recipe. Import routes manually when needed:

```
# config/routes/survos_inspection.yaml
survos_inspection:
  resource: '@SurvosInspectionBundle/config/routes.yaml'
  prefix: '/inspection'
```

Twig Helpers
------------

[](#twig-helpers)

```
{% set class = 'App\\Entity\\Asset' %}

{{ api_route(class) }}
{{ searchable_fields(class)|join(', ') }}
{{ sortable_fields(class)|join(', ') }}
```

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance84

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

967

Last Release

83d ago

Major Versions

1.6.33 → 2.0.252025-09-28

PHP version history (4 changes)v1.0.0PHP ^8.1

1.5.98PHP ^8.2

1.5.396PHP ^8.3

2.0.25PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (23 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-inspection-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/survos-inspection-bundle/health.svg)](https://phpackages.com/packages/survos-inspection-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
