PHPackages                             miguelalcaino/kushki-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. [Payment Processing](/categories/payments)
4. /
5. miguelalcaino/kushki-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

miguelalcaino/kushki-bundle
===========================

1.0.7(7y ago)140PHPPHP ^7.1.11

Since Nov 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/MiguelAlcaino/kushki-bundle)[ Packagist](https://packagist.org/packages/miguelalcaino/kushki-bundle)[ RSS](/packages/miguelalcaino-kushki-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (8)Versions (12)Used By (0)

This bundle adds the functionality of kushki payments in Miguel Alcaino's Mindbody Payments prjects. It requires Symfony &gt; 3.4 to work properly.

Installation
------------

[](#installation)

`composer require miguelalcaino/kushki-bundle`

Configuration
-------------

[](#configuration)

In your `.env` file add (replace the values with your own data):

```
KUSHKI_PUBLIC_ID=XXXXXXX
KUSHKI_PRIVATE_ID=YYYYYYY

```

Create a `kushki.yaml` file in `config/packages`. And add your payment handler:

```
miguel_alcaino_kushki:
    transaction_record:
        transaction_record_factory: miguel_alcaino.mindbody.transaction_record.factory

```

Leave that value as it is if you want to use the MiguelAlcainoMindbodyPaymentsBundle TransactionRecordFactory. If you are planning to use a custom one it should implament `MiguelAlcaino\PaymentGateway\Interfaces\Factory\TransactionRecordFactoryInterface`.

**Install the routes**

Create a new `kushki.yaml` file under `config/routes` and it should look like this:

```
kushki_routes:
    resource: '@MiguelAlcainoKushkiBundle/Controller/'
    type: annotation

```

Usage
-----

[](#usage)

TODO

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~42 days

Total

8

Last Release

2595d ago

### Community

Maintainers

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

---

Top Contributors

[![MiguelAlcaino](https://avatars.githubusercontent.com/u/4495677?v=4)](https://github.com/MiguelAlcaino "MiguelAlcaino (19 commits)")

### Embed Badge

![Health badge](/badges/miguelalcaino-kushki-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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