PHPackages                             jrc/checkout-flow-plugin - 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. jrc/checkout-flow-plugin

AbandonedSylius-plugin[API Development](/categories/api)

jrc/checkout-flow-plugin
========================

Checkout flow plugin for Sylius.

0.2(8y ago)111MITPHPPHP ^5.6|^7.0

Since Oct 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/javierrodriguezcuevas/checkout-flow-plugin)[ Packagist](https://packagist.org/packages/jrc/checkout-flow-plugin)[ RSS](/packages/jrc-checkout-flow-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

Overview
--------

[](#overview)

This plugin integrated different checkout flow with Sylius based applications. After installing it you should be able to choose different checkout flow for your channels in your web store.

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

[](#installation)

```
$ composer require jrc/checkout-flow-plugin
$ bin/console doctrine:schema:update --force
```

Add plugin dependencies to your AppKernel.php file:

```
public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...

        new \Jrc\CheckoutFlowPlugin\JrcCheckoutFlowPlugin(),
    ]);
}
```

Import required config in your `app/config/config.yml` file:

```
# app/config/config.yml

imports:
    ...

    - { resource: '@JrcCheckoutFlowPlugin/Resources/config/config.yml' }
```

Import routing in your `app/config/routing.yml` file:

```
# app/config/routing.yml
...

jrc_checkout_flow_plugin_admin:
    resource: "@JrcCheckoutFlowPlugin/Resources/config/app/routing/admin.yml"
    prefix: /admin

Jrc_checkout_flow_plugin_checkout:
    resource: "@JrcCheckoutFlowPlugin/Resources/config/app/routing/checkout.yml"
    prefix: /checkout
```

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

[](#configuration)

Adding custom checkout flow files

```
# app/config/config.yml

...

jrc_checkout_flow_plugin:
    sm_paths:
        - 'custom/path/new/checkout/custom_flow.yml'
```

Custom flow files should have following format:

```
# custom/path/new/checkout/custom_flow.yml

...

custom_flow:
    choice_label: Name admin choice label
    route_map: [Sylius doc](http://docs.sylius.org/en/latest/cookbook/shop/checkout.html#adjust-checkout-resolver)
    state_machine: [Sylius doc](http://docs.sylius.org/en/latest/book/architecture/state_machine.html#state-machine)
```

If you create steps with new routes, don't forget to add it to routing.yml

Testing
-------

[](#testing)

In order to run Behat suites, execute following commands:

```
$ docker-compose up
$ docker exec -it checkoutflowplugin_php bash
$ composer install
$ docker exec -it checkoutflowplugin_php bash
$ php tests/Application/bin/console server:run localhost:4444 --docroot=tests/Application/web/ --env test
$ docker exec -it checkoutflowplugin_php bash
$ php tests/Application/bin/console doctrine:database:create --env test
$ php tests/Application/bin/console doctrine:schema:create --env test
$ vendor/bin/behat
$ vendor/bin/phpunit
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3080d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92db7c165379c3c49ed82b9ef7624359898e2b3d2b1a51f731990d6edd66426e?d=identicon)[javierrodriguezcuevas](/maintainers/javierrodriguezcuevas)

---

Top Contributors

[![zisato](https://avatars.githubusercontent.com/u/4667395?v=4)](https://github.com/zisato "zisato (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jrc-checkout-flow-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/jrc-checkout-flow-plugin/health.svg)](https://phpackages.com/packages/jrc-checkout-flow-plugin)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)[synolia/sylius-akeneo-plugin

Akeneo connector for Sylius.

2696.0k](/packages/synolia-sylius-akeneo-plugin)[bitbag/graphql-plugin

Sylius backend integration for Vue Storefront 2

254.8k](/packages/bitbag-graphql-plugin)[bitbag/vue-storefront2-plugin

Sylius backend integration for Vue Storefront 2

251.5k](/packages/bitbag-vue-storefront2-plugin)

PHPackages © 2026

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