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 2d 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 25% 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

2260d 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.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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