PHPackages                             fatpanda-gmbh/bexio-connector-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. [API Development](/categories/api)
4. /
5. fatpanda-gmbh/bexio-connector-bundle

ActiveSymfony-bundle[API Development](/categories/api)

fatpanda-gmbh/bexio-connector-bundle
====================================

This bundle wraps the fatpanda-gmbh/bexio-connector library for symfony apps

0.1.1(6y ago)11.2kMITPHPPHP &gt;=7.1

Since Jun 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/fatpanda-gmbh/bexio-connector-bundle)[ Packagist](https://packagist.org/packages/fatpanda-gmbh/bexio-connector-bundle)[ Docs](https://github.com/fatpanda-gmbh/bexio-connector-bundle)[ RSS](/packages/fatpanda-gmbh-bexio-connector-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Bexio connector bundle
======================

[](#bexio-connector-bundle)

A Symfony bundle that wraps the [Bexio Connector](https://github.com/fatpanda-gmbh/bexio-connector) library.

Setup
-----

[](#setup)

Add to composer.json

```
composer require fatpanda-gmbh/bexio-connector-bundle
```

Then enable it in your kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        //...
        new Fatpanda\BexioConnectorBundle\BexioConnectorBundle(),
        //...
```

Usage
-----

[](#usage)

The bundle registers the `bexio_connector` service. To use it, you need a valid Bexio API token that you can generate at

```
app.service.bexio:
  class: AppBundle\Service\BexioService
    arguments:
      $connector: '@bexio_connector'
      $token: %token%
```

```
use Fatpanda\BexioConnector\BexioConnector;

class BexioService
{
    /**
     * @var BexioConnector
     */
    private $connector;

    public function __construct(BexioConnector $connector, string $token)
    {
        $this->connector = $connector;
        $this->connector->setToken($token);
    }

    public function getContactsList()
    {
        $this->connector->getContactsList();
    }
}
```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1737019?v=4)[bacbos](/maintainers/bacbos)[@bacbos](https://github.com/bacbos)

---

Tags

symfonybexio

### Embed Badge

![Health badge](/badges/fatpanda-gmbh-bexio-connector-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fatpanda-gmbh-bexio-connector-bundle/health.svg)](https://phpackages.com/packages/fatpanda-gmbh-bexio-connector-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k2](/packages/web-auth-webauthn-framework)[thecodingmachine/graphqlite-bundle

A Symfony bundle for thecodingmachine/graphqlite.

371.7M3](/packages/thecodingmachine-graphqlite-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[florianv/swap-bundle

Drop-in Symfony bundle for currency conversion: configurable services, multi-provider exchange rates with fallback and caching.

63425.7k1](/packages/florianv-swap-bundle)[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

26625.1k2](/packages/cravler-maxmind-geoip-bundle)

PHPackages © 2026

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