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

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

itpeopleperformance/apihelper-bundle
====================================

Symfony4 Bundle - API short and fast usual render-2

051PHP

Since Jun 3Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony2 Bundle - API short and fast usual render

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

[](#installation)

Composer
--------

[](#composer)

Write in terminal:

```
composer require sopinet/apihelper-bundle-2 "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

15

—

LowBetter than 3% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/345fcb671b2b25e30353345babee3339aed6c119b12e24e27bd6294de5f4cbc9?d=identicon)[it@people-performance.com](/maintainers/it@people-performance.com)

---

Top Contributors

[![itpeopleperformance](https://avatars.githubusercontent.com/u/25792903?v=4)](https://github.com/itpeopleperformance "itpeopleperformance (25 commits)")[![hidabe](https://avatars.githubusercontent.com/u/50526?v=4)](https://github.com/hidabe "hidabe (16 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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