PHPackages                             miguelalcaino/mindbody-payments-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/mindbody-payments-bundle

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

miguelalcaino/mindbody-payments-bundle
======================================

1.0.12(5y ago)148[1 PRs](https://github.com/MiguelAlcaino/mindbody-payments-bundle/pulls)MITPHPPHP ^7.1.3

Since Nov 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MiguelAlcaino/mindbody-payments-bundle)[ Packagist](https://packagist.org/packages/miguelalcaino/mindbody-payments-bundle)[ RSS](/packages/miguelalcaino-mindbody-payments-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (16)Used By (0)

Installation
============

[](#installation)

Configure
=========

[](#configure)

Add routes
----------

[](#add-routes)

Create a new file `mindbody_payments.yaml` under `config/routes/`. The file should look like this

```
mindbody_payments:
    resource: '@MiguelAlcainoMindbodyPaymentsBundle/Controller/'
    type: annotation

```

Add config
----------

[](#add-config)

Create a new file `mindbody_payments.yaml` under `config/packages.yaml`. The file should look like this

```
miguel_alcaino_mindbody_payments:
    handler:
        refund_handler: your.refund.handler.service.name

```

The refund handler class should implement `MiguelAlcaino\PaymentGateway\Interfaces\RefundHandlerInterface`

Add parameters to your `config/services.yaml`
---------------------------------------------

[](#add-parameters-to-your-configservicesyaml)

```
parameters:
    enabled_payment_names: ['kushki']
    login_success_route: 'your_route_name_after_successful_login'
    login_template: 'default/login.html.twig'
    payment_response_route: 'your_successful_payment_route_name'

```

Add .env variables
------------------

[](#add-env-variables)

```
MINDBODY_SOURCE_NAME='xxxxxx'
MINDBODY_SOURCE_PASSWORD='xxxxxxxx'
MINDBODY_ADMIN_USER='xxxxxxxxxx'
MINDBODY_ADMIN_PASSWORD='xxxxxx'
MINDBODY_SITE_IDS=[-99]
HOST=your.site.com
MAIN_HOST=https://www.site.com
PAYMENT_SYSTEM_URL=https://your.site.com
BOOKING_PAGE='reserva-tu-clase'

```

Configure FosUserBundle:
========================

[](#configure-fosuserbundle)

Add config
----------

[](#add-config-1)

Create a new file `fos_user.yaml` under `config/packages.yaml` and add this content:

```
fos_user:
    db_driver: orm # other valid values are 'mongodb' and 'couchdb'
    firewall_name: main
    user_class: MiguelAlcaino\MindbodyPaymentsBundle\Entity\User
    from_email:
        address: "%mailer_user%"
        sender_name: "%mailer_user%"

```

Edit the config/framework.yaml file
-----------------------------------

[](#edit-the-configframeworkyaml-file)

```
framework:
    templating:
        engines: ['twig', 'php']

```

Add `mailer_user` parameter in `config/services.yaml`
-----------------------------------------------------

[](#add-mailer_user-parameter-in-configservicesyaml)

```
parameters:
    mailer_user: youemail@example.com

```

Add Routes
----------

[](#add-routes-1)

Create a new file `fos_user.yaml` under `config/routes/`. The file should look like this

```
fos_user:
    resource: "@FOSUserBundle/Resources/config/routing/all.xml"

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~123 days

Total

13

Last Release

2133d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2

1.0.3PHP ^7.1.3

### 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 (38 commits)")

### Embed Badge

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

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

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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