PHPackages                             keller/soundex-fr-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. keller/soundex-fr-bundle

ActiveSymfony-bundle

keller/soundex-fr-bundle
========================

Compute a french soundex of a string.

619.3k↓100%1PHP

Since Feb 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nick-keller/soundex-fr-bundle)[ Packagist](https://packagist.org/packages/keller/soundex-fr-bundle)[ RSS](/packages/keller-soundex-fr-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Soundex FR Bundle
=================

[](#soundex-fr-bundle)

The bundle provides a **Soundex FR** integration for your Symfony2 Project. It automatically registers the new `soundex_fr` service. Original Soundex FR by [Édouard BERGÉ](http://www.roudoudou.com).

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

[](#installation)

Require the bundle with composer:

```
composer require keller/soundex-fr-bundle
```

Add bundle to your application kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Keller\SoundexFrBundle\KellerSoundexFrBundle(),
        // ...
    );
}
```

Usage
=====

[](#usage)

The `soundex_fr` service is very simple to use:

```
$this->get('soundex_fr')->phonetique('Éléphant'); // ELEFAN
```

License
=======

[](#license)

Cet algorithme et son application en PHP sont tous deux distribués sous la licence

```
    Creative Commons Paternité - Pas d'Utilisation Commerciale 2.0
        http://creativecommons.org/licenses/by-nc/2.0/fr/

```

Vous êtes libres :

- de reproduire, distribuer et communiquer cette création au public
- de modifier cette création

Selon les conditions suivantes :

- Paternité. Vous devez citer le nom de l'auteur original de la manière indiquée par l'auteur de l'oeuvre ou le titulaire des droits qui vous confère cette autorisation (mais pas d'une manière qui suggérerait qu'ils vous soutiennent ou approuvent votre utilisation de l'oeuvre). Demande de l'auteur: Citer "Édouard BERGÉ" et/ou ""
- Pas d'Utilisation Commerciale. Vous n'avez pas le droit d'utiliser cette création à des fins commerciales sauf autorisation de l'auteur.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab6afc3945af8a7ea848aad2050646d07c8a5884e209ec439b0b7b33ebbdd5fb?d=identicon)[nick-keller](/maintainers/nick-keller)

---

Top Contributors

[![nick-keller](https://avatars.githubusercontent.com/u/2682443?v=4)](https://github.com/nick-keller "nick-keller (8 commits)")

### Embed Badge

![Health badge](/badges/keller-soundex-fr-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/keller-soundex-fr-bundle/health.svg)](https://phpackages.com/packages/keller-soundex-fr-bundle)
```

PHPackages © 2026

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