PHPackages                             uma/api-problem-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. [API Development](/categories/api)
4. /
5. uma/api-problem-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

uma/api-problem-bundle
======================

Integration between crell/api-problem and the Symfony framework

v0.1.0(9y ago)2558MITPHPPHP &gt;=5.5.9

Since Nov 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/1ma/UMAApiProblemBundle)[ Packagist](https://packagist.org/packages/uma/api-problem-bundle)[ Docs](https://github.com/1ma/UMAApiProblemBundle)[ RSS](/packages/uma-api-problem-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (2)Used By (0)

UMAApiProblemBundle
===================

[](#umaapiproblembundle)

[![Build Status](https://camo.githubusercontent.com/06ab1ce92b682ef37467c1bc6fd340ee5d7633f5e4f38e37c773bcaa9f51bffc/68747470733a2f2f7472617669732d63692e6f72672f316d612f554d4141706950726f626c656d42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/1ma/UMAApiProblemBundle) [![Code Coverage](https://camo.githubusercontent.com/637e226b41e461f1f9f40ef85d4b46a56cb1a4c1df3e483462ce363cb716cc00/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f316d612f554d4141706950726f626c656d42756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/1ma/UMAApiProblemBundle/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/7e0d1843317983bea4677d2803ddd3d778e4be577458074543c1cc788c582ade/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f316d612f554d4141706950726f626c656d42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/1ma/UMAApiProblemBundle/?branch=master) [![SensioLabsInsight](https://camo.githubusercontent.com/93a2750547d6dc14da9f5f9a7bd7b58f42ce43698203ccce4a83a922e52ec73b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65666463336665362d653264312d343463372d396666382d3439656339613039633263342f6d696e692e706e67)](https://insight.sensiolabs.com/projects/efdc3fe6-e2d1-44c7-9ff8-49ec9a09c2c4)

Clean integration between the [crell/api-problem](https://github.com/Crell/ApiProblem) library and the Symfony framework

What it does
------------

[](#what-it-does)

This bundle just hooks a simple [VIEW event](http://symfony.com/doc/current/reference/events.html#kernel-view) listener into the request lifecycle. This allows you to return [ApiProblem](https://github.com/Crell/ApiProblem/blob/master/README.md) objects from your controllers without needing to concern yourself about how to transform them into Symfony responses.

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

Add [`uma/api-problem-bundle`](https://packagist.org/packages/uma/api-problem-bundle) to your `composer.json` file:

```
php composer.phar require "uma/api-problem-bundle"

```

And register the bundle in `app/AppKernel.php`:

```
public function registerBundles()
{
    return [
        // ...
        new UMA\ApiProblemBundle\UMAApiProblemBundle(),
    ];
}
```

Usage
-----

[](#usage)

Take a look at the [TestController](https://github.com/1ma/UMAApiProblemBundle/blob/master/tests/TestProject/src/AppBundle/Controller/TestController.php) class for a hands-on example.

TODO
----

[](#todo)

- XML support

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3512d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e9c44fd950318b0691210b9e372cfaae750d5d6a0b37500676ff636b3a58f1f?d=identicon)[1ma](/maintainers/1ma)

---

Top Contributors

[![1ma](https://avatars.githubusercontent.com/u/1456708?v=4)](https://github.com/1ma "1ma (15 commits)")

---

Tags

symfonyapi-problem

### Embed Badge

![Health badge](/badges/uma-api-problem-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/uma-api-problem-bundle/health.svg)](https://phpackages.com/packages/uma-api-problem-bundle)
```

PHPackages © 2026

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