Skip to content

This plugin allows you to integrate Przelewy24 payments in your Sylius instance.

Notifications You must be signed in to change notification settings

pptasinski/SyliusPrzelewy24Plugin

 
 

Repository files navigation

Overview

This plugin allows you to integrate Przelewy24 payment with Sylius platform app. It includes all Sylius and Przelewy24 payment features.

Support

You can order our support on this page.

We work on amazing eCommerce projects on top of Sylius and other great Symfony based solutions, like eZ Platform, Akeneo or Pimcore. Need some help or additional resources for a project? Write us an email on mikolaj.krol@bitbag.pl or visit our website! 🚀

Demo

We created a demo app with some useful use-cases of the plugin! Visit demo.bitbag.shop to take a look at it.

Installation

$ composer require bitbag/przelewy24-plugin

Add plugin dependencies to your config/bundles.php file:

return [
    ...

    BitBag\SyliusPrzelewy24Plugin\BitBagSyliusPrzelewy24Plugin::class => ['all' => true],
];

Customization

Available services you can decorate and forms you can extend

Run the below command to see what Symfony services are shared with this plugin:

$ bin/console debug:container bitbag_sylius_przelewy24_plugin

Testing

$ composer install
$ cd tests/Application
$ yarn install
$ yarn run gulp
$ yarn build
$ bin/console assets:install -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ bin/console server:run 127.0.0.1:8080 -e test
$ open http://localhost:8080
$ cd ../..
$ vendor/bin/behat
$ vendor/bin/phpspec run

Contribution

Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.

About

This plugin allows you to integrate Przelewy24 payments in your Sylius instance.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.1%
  • Gherkin 3.5%
  • JavaScript 3.4%