Skip to content

Add recipe for planetpay/sylius-payment-plugin - #1876

Closed
planetpaypayments wants to merge 1 commit into
symfony:mainfrom
planetpaypayments:add-planetpay-recipe
Closed

Add recipe for planetpay/sylius-payment-plugin#1876
planetpaypayments wants to merge 1 commit into
symfony:mainfrom
planetpaypayments:add-planetpay-recipe

Conversation

@planetpaypayments

@planetpaypayments planetpaypayments commented Nov 5, 2025

Copy link
Copy Markdown

This recipe registers the PlanetPaySyliusPaymentPlugin bundle and imports configuration and routes.

Includes:

  • Bundle registration
  • Package config import
  • Route import

Tested on Sylius 2.0

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) November 5, 2025 09:18
@github-actions

github-actions Bot commented Nov 5, 2025

Copy link
Copy Markdown

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1876/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1876/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'planetpay/sylius-payment-plugin:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@diimpp diimpp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, please add license and resolve QA checks before PR can be merged.

image image

Here is example for licence block

| Q             | A
| ------------- | ---
| License       | MIT
| Packagist     |https://packagist.org/packages/planetpay/planet-sylius-payment-plugin

@fabpot

fabpot commented May 14, 2026

Copy link
Copy Markdown
Member

Closing as there is no more activities. Feel free to reopen when you have time.

@fabpot fabpot closed this May 14, 2026
auto-merge was automatically disabled May 14, 2026 17:35

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants