PHPackages                             mink67/kafka\_connect\_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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mink67/kafka\_connect\_bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mink67/kafka\_connect\_bundle
=============================

1.0.24(4y ago)1124MITPHP

Since Mar 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/michee1367/kafka_bundle)[ Packagist](https://packagist.org/packages/mink67/kafka_connect_bundle)[ RSS](/packages/mink67-kafka-connect-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (13)Versions (25)Used By (0)

Documentation
=============

[](#documentation)

Add the config file
-------------------

[](#add-the-config-file)

- Create file `kafka_connect.yaml` in `config/packages` directory
- Add the following content in the file :

    ```
        kafka_connect:
          producer:
            bootstrap_servers: "localhost:9093/"
            socket_timeout_ms: 50
            queue_buffering_max_messages: 1000
            max_in_flight_requests_per_connection: 1
            topic:
              message_timeout_ms: 30000
              request_required_acks: -1
              request_timeout_ms: 5000
          consumer:
            bootstrap_servers: "localhost:9093/"
            group_id: "consumer-highlevel"
            enable_partition_eof: "true"
            auto_offset_reset: "earliest"
          db:
            table_name: 'kafka_settings'
          default_topic_name: 'sync_rn_db'
          prefix_channel: 'prefix'

        mink67_encrypt:
            ciphering: 'AES-128-CTR'
            options: 0
            encryption_iv: '1234567891011121'
            encryption_key: '%env(resolve:DATABASE_URL)%'
            decryption_iv: '1234567891011121'
            decryption_key: '%env(resolve:DATABASE_URL)%'

    ```

Add package
-----------

[](#add-package)

```
    $ composer require mink67/kafka_connect_bundle

```

Require symfony messenger
-------------------------

[](#require-symfony-messenger)

```
    $ composer require mink67/kafka_connect_bundle

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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 ~2 days

Total

24

Last Release

1532d ago

### Community

Maintainers

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

---

Top Contributors

[![michee1367](https://avatars.githubusercontent.com/u/63645022?v=4)](https://github.com/michee1367 "michee1367 (32 commits)")

### Embed Badge

![Health badge](/badges/mink67-kafka-connect-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mink67-kafka-connect-bundle/health.svg)](https://phpackages.com/packages/mink67-kafka-connect-bundle)
```

###  Alternatives

[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k13](/packages/2lenet-crudit-bundle)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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