PHPackages                             spyrit/smoney-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. spyrit/smoney-bundle

ActiveSymfony-bundle

spyrit/smoney-bundle
====================

Symfony bundle for Smoney client

03.7k1PHP

Since Jan 10Pushed 5y ago3 watchersCompare

[ Source](https://github.com/spyrit/S-money-API-symfony_bundle)[ Packagist](https://packagist.org/packages/spyrit/smoney-bundle)[ RSS](/packages/spyrit-smoney-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

S-Money Bundle
==============

[](#s-money-bundle)

Get the bundle using composer
-----------------------------

[](#get-the-bundle-using-composer)

Add SmoneyBundle by running this command from the terminal at the root of your Symfony project:

```
composer require smoney/smoney-bundle
```

Enable the bundle
-----------------

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new JMS\SerializerBundle\JMSSerializerBundle(),
            new Smoney\SmoneyBundle\SmoneyBundle(),
            // ...
        ];
    }
}
```

Configure the bundle
--------------------

[](#configure-the-bundle)

```
# app/config/config.yml
smoney:
    api_token: YOUR_TOKEN
    api_version: v1  #Global version to use for the API (can be override with SetVersion in any service)
    api_base_url: https://rest-pp.s-money.fr/api/sandbox
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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/22ef5c808b13d78c94fd3d55407740ca250bb116263cb0be3ad1c2e6f26d117f?d=identicon)[Spyrit\_SI](/maintainers/Spyrit_SI)

---

Top Contributors

[![pyguerder](https://avatars.githubusercontent.com/u/6534215?v=4)](https://github.com/pyguerder "pyguerder (4 commits)")[![juchi](https://avatars.githubusercontent.com/u/3333098?v=4)](https://github.com/juchi "juchi (1 commits)")

### Embed Badge

![Health badge](/badges/spyrit-smoney-bundle/health.svg)

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

PHPackages © 2026

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