PHPackages                             survos/lingua-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. [Localization &amp; i18n](/categories/localization)
4. /
5. survos/lingua-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

survos/lingua-bundle
====================

interact with Survos Lingua Server (aka translation server). Does not translate directly

2.10.19(3w ago)03311MITPHPPHP ^8.5

Since Sep 9Pushed 1w agoCompare

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

READMEChangelogDependencies (110)Versions (285)Used By (1)

SurvosLinguaBundle
==================

[](#survoslinguabundle)

A Symfony bundle for lingua functionality.

Features
--------

[](#features)

- Twig extension with custom filters and functions
- Main service class for business logic
- Controller with example routes
- Console command for CLI operations
- Configurable via environment variables

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

[](#installation)

Install the bundle using Composer:

```
composer require survos/lingua-bundle
```

If you're using Symfony Flex, the bundle will be automatically registered. Otherwise, add it to your `config/bundles.php`:

```
return [
    // ...
    Survos\LinguaBundle\SurvosLinguaBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

Configure the bundle in `config/packages/lingua.yaml`:

```
survos_lingua:
  api_key: '%env(SURVOS_LINGUA_API_KEY)%'
```

Or set environment variables:

```
SURVOS_LINGUA_API_KEY=your_value_here
```

Usage
-----

[](#usage)

This bundle provides various components depending on your configuration. Check the generated service classes and controllers for specific usage examples.

Testing
-------

[](#testing)

Run the test suite:

```
./vendor/bin/phpunit
```

License
-------

[](#license)

This bundle is released under the MIT license. See the [LICENSE](LICENSE) file for details.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance96

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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

284

Last Release

25d ago

PHP version history (2 changes)2.0.3PHP ^8.4

2.10.2PHP ^8.5

### 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 (12 commits)")

---

Tags

symfonytranslationsurvos

### Embed Badge

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

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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