PHPackages                             lexik/modelo-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. [HTTP &amp; Networking](/categories/http)
4. /
5. lexik/modelo-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

lexik/modelo-bundle
===================

This bundle aim to provides an http client that performs and handle requests to modelo Api.

v1.0.2(1y ago)11.4k1MITHTMLPHP ^8.1CI passing

Since May 20Pushed 1y ago2 watchersCompare

[ Source](https://github.com/lexik/modelo-bundle)[ Packagist](https://packagist.org/packages/lexik/modelo-bundle)[ RSS](/packages/lexik-modelo-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (11)Versions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/1da43970b48edf1b9650006ddda804d55158d54f33c919d071563f8b45a65457/687474703a2f2f706f7365722e707567782e6f72672f6c6578696b2f6d6f64656c6f2d62756e646c652f76)](https://packagist.org/packages/lexik/modelo-bundle)[![PHP Version Require](https://camo.githubusercontent.com/d838e97f9ffd63bb74528adb3bcaf32608883e809a3b8c57c129af62a9dfa790/687474703a2f2f706f7365722e707567782e6f72672f6c6578696b2f6d6f64656c6f2d62756e646c652f726571756972652f706870)](https://packagist.org/packages/lexik/modelo-bundle)

ModeloBundle
============

[](#modelobundle)

This Symfony bundle provides a service that performs and handle http requests to modelo API

[Modelo](https://www.modelo.fr/)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require choosit/modelo-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require choosit/modelo-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Choosit\ModeloBundle\ModeloBundle::class => ['all' => true],
];
```

Configuration
=============

[](#configuration)

It can be configured as follows:

```
#config/packages/choosit_modelo.yml

choosit_modelo:
 modelo_base_uri: '%env(MODELO_BASE_URL)%' # Base url of modelo API
 auth:
   modelo_agency_code: 'my agency code' # Agency code can be find on your modelo account
   modelo_private_key: 'my private key' # Private key can be find on your modelo account
```

ModeloHttpClient service
========================

[](#modelohttpclient-service)

This bundle provides the Choosit\\ModeloBundle\\Service\\ModeloHttpClientInterface service that can be injected anywhere.

```
use Choosit\ModeloBundle\Service\ModeloClientInterface;
class MyService
{
    public function __construct(ModeloClientInterface $modeloHttpClient)
    {

    }
}
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance47

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~554 days

Total

3

Last Release

396d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1

v1.0.2PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c95b430ba2ad6164d8daffdad2ff923dc92bd55a7d5559cb07adf035a543a761?d=identicon)[gilles31](/maintainers/gilles31)

---

Top Contributors

[![VivienMarnier](https://avatars.githubusercontent.com/u/25987845?v=4)](https://github.com/VivienMarnier "VivienMarnier (6 commits)")[![gilles-g](https://avatars.githubusercontent.com/u/377875?v=4)](https://github.com/gilles-g "gilles-g (1 commits)")

---

Tags

symfonybundleSymfony Bundlemodelo

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lexik-modelo-bundle/health.svg)

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

###  Alternatives

[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M337](/packages/api-platform-core)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[api-platform/symfony

Symfony API Platform integration

384.5M127](/packages/api-platform-symfony)

PHPackages © 2026

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