PHPackages                             josemaestre/apihelper-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. josemaestre/apihelper-bundle

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

josemaestre/apihelper-bundle
============================

Symfony 4 Bundle - API short and fast usual render

2.0(9y ago)016GPL2PHPPHP &gt;=5.5.9

Since Feb 28Pushed 4y agoCompare

[ Source](https://github.com/josemaestre/ApiHelperBundle)[ Packagist](https://packagist.org/packages/josemaestre/apihelper-bundle)[ RSS](/packages/josemaestre-apihelper-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Symfony2 Bundle - API short and fast usual render

Installation
============

[](#installation)

Composer
--------

[](#composer)

Write in terminal:

```
composer require sopinet/apihelper-bundle "1.0"

```

AppKernel
---------

[](#appkernel)

Enable the Bundle, Add to Kernel:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    // ...

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Sopinet\ApiHelperBundle\SopinetApiHelperBundle(),
            new FOS\RestBundle\FOSRestBundle(),
            new JMS\SerializerBundle\JMSSerializerBundle(),
        );

        // ...
    }
}

```

Add to config
-------------

[](#add-to-config)

Configure FOSRestAPI:

```
fos_rest:
    routing_loader:
        default_format: json

```

Bundle dependency
=================

[](#bundle-dependency)

Remember, this bundle has another bundles dependency:

Configuration about these bundles was included. If you have any problem with configuration, please, review official documentation about these bundles.

Use
===

[](#use)

```
use SopinetApiHelperBundle\Services\ApiHelper;
$apiHelper = $this->get('sopinet_apihelperbundle_apihelper');
...
return $apiHelper->responseOk();

```

TODO: More Documentation

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~210 days

Total

3

Last Release

3303d ago

Major Versions

1.0 → 2.02017-04-23

PHP version history (2 changes)1.0PHP &gt;=5.3.9

2.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/3da51b98d5a709109cba92854a80dcb5fa7fdea2258d4cf1687e6f6d82a0ab2f?d=identicon)[josemaestre](/maintainers/josemaestre)

---

Top Contributors

[![hidabe](https://avatars.githubusercontent.com/u/50526?v=4)](https://github.com/hidabe "hidabe (16 commits)")[![josemaestre](https://avatars.githubusercontent.com/u/5815287?v=4)](https://github.com/josemaestre "josemaestre (3 commits)")

---

Tags

apibundlesymfony3sopinet

### Embed Badge

![Health badge](/badges/josemaestre-apihelper-bundle/health.svg)

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

###  Alternatives

[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42867.3k](/packages/harmbandstra-swagger-ui-bundle)[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)

PHPackages © 2026

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