PHPackages                             thomas-sens/sicoob-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. thomas-sens/sicoob-bundle

ActiveSymfony-bundle

thomas-sens/sicoob-bundle
=========================

1.0.9(8mo ago)019MITPHPPHP &gt;=8.2

Since Aug 1Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/thomas-sens/sicoob-bundle)[ Packagist](https://packagist.org/packages/thomas-sens/sicoob-bundle)[ RSS](/packages/thomas-sens-sicoob-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (11)Used By (0)

SicoobBundle
============

[](#sicoobbundle)

Sicoob integration for Symfony

Instalation:

```
composer require thomas-sens/sicoob-bundle

```

Generate a parameters file:

```
php bin/console config:dump-reference SicoobBundle > config/packages/sicoob.yaml

```

Example: src/config/packages/sicoob.yaml

```
sicoob:
    environment: 'production'
    client_id: '9b5e603e428cc477a2841e2683c92d21'
    cert_path: '...\secrets\sicoob\cert.pem'
    cert_key: '...\secrets\sicoob\key.pem'
    cert_password: 'password'

```

Example:

```
use ThomasSens\SicoobBundle\Model\Pix\CobrancaImediata;
use ThomasSens\SicoobBundle\Model\Pix\Calendario;
use ThomasSens\SicoobBundle\Model\Pix\Devedor;
use ThomasSens\SicoobBundle\Model\Pix\InfoAdicional;
use ThomasSens\SicoobBundle\Model\Pix\Valor;
use ThomasSens\SicoobBundle\Model\Pix\Pix;

class SicoobController extends AbstractController
{
    #[Route('/sicoob', name: 'app_sicoob')]
    public function index(SicoobClient $sicoob): Response
    {
        // Pix
        $calendario = new Calendario(1200); //20 minutos
        $devedor = new Devedor(null, 'cnpj', 'nome');
        $valor = new Valor(1.5);
        $infoAdicionais = [
            new InfoAdicional('Observação', $recebimento->getDescricao())
        ];
         $cobrancaImediata = new CobrancaImediata(
            $calendario,
            $devedor,
            $valor,
            'chave-pix',
            'descrição',
            $infoAdicionais
        );
        $sicoob->pix->criarCobranca($cobrancaImediata);

        ...
        $sicoob->pix->consultarCobranca($txid);

        // Boleto
        $sicoob->boleto->consultarBoleto($codigoBarras, $numeroConta, $dataPagamento);
        $sicoob->boleto->pagarBoleto($codigoBarras, $boletoPagamento);

    }
}

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance65

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~4 days

Total

10

Last Release

241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35b1a24c989f23a832865907b499e4fdb420f23fdeb768441ecdcd2a389c1d30?d=identicon)[thomas-sens](/maintainers/thomas-sens)

---

Top Contributors

[![thomas-sens](https://avatars.githubusercontent.com/u/94061855?v=4)](https://github.com/thomas-sens "thomas-sens (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thomas-sens-sicoob-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/thomas-sens-sicoob-bundle/health.svg)](https://phpackages.com/packages/thomas-sens-sicoob-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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