PHPackages                             subugoe/text-api-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. subugoe/text-api-bundle

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

subugoe/text-api-bundle
=======================

Provides general TextAPI implementation for Symfony 6

01971PHP

Since Jun 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/subugoe/text-api-bundle)[ Packagist](https://packagist.org/packages/subugoe/text-api-bundle)[ RSS](/packages/subugoe-text-api-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

TextAPI Bundle
==============

[](#textapi-bundle)

Symfony Framework Bundle that generates TextAPI resources

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Composer
- Symfony &gt;= 6.2

Installation
------------

[](#installation)

1. To add this bundle to your Symfony application please run:

    ```
    composer require @subugoe/text-api-bundle

    ```
2. This bundle requires your custom Translator that communicates with your database layer to retrieve the actual data from your solution. The translator class needs to implement the `TranslatorInterface`.
3. Add this configuration to your `/config/services.yaml`:

    ```
    myapp.translator:
        class: App\Service\[YOUR_CUSTOM_TRANSLATOR_CLASS]

    subugoe_text_api.text_api_service:
        class: Subugoe\TextApiBundle\Service\TextApiService
        calls:
            - setTranslator: ['@myapp.translator']

    ```
4. Create a controller that fits your needs and call methods from the `TextApiService`. Creating routes is not in the scope of this bundle so you still keep the full control of your Responses. There is an example controller under `/examples`.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d07af84aa04db4c4ba8d7e0e9d3227078cf10dae4effba4ef9f81845986b239?d=identicon)[paulpestov](/maintainers/paulpestov)

---

Top Contributors

[![paulpestov](https://avatars.githubusercontent.com/u/10750176?v=4)](https://github.com/paulpestov "paulpestov (11 commits)")

### Embed Badge

![Health badge](/badges/subugoe-text-api-bundle/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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