Download the PHP package motherbrain/sylius-payline-plugin without Composer
On this page you can find all versions of the php package motherbrain/sylius-payline-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download motherbrain/sylius-payline-plugin
More information about motherbrain/sylius-payline-plugin
Files in motherbrain/sylius-payline-plugin
Package sylius-payline-plugin
Short Description Payline payment solution integration for Sylius.
License MIT
Informations about the package sylius-payline-plugin
Plugin Skeleton
Skeleton for starting Sylius plugins.
Documentation
For a comprehensive guide on Sylius Plugins development please go to Sylius documentation, there you will find the Plugin Development Guide, that is full of examples.
Quickstart Installation
Traditional
-
Run
composer create-project sylius/plugin-skeleton ProjectName
. - From the plugin skeleton root directory, run the following commands:
To be able to set up a plugin's database, remember to configure you database credentials in tests/Application/.env
and tests/Application/.env.test
.
Docker
-
Execute
docker compose up -d
-
Initialize plugin
docker compose exec app make init
- See your browser
open localhost
Usage
Running plugin tests
-
PHPUnit
-
PHPSpec
-
Behat (non-JS scenarios)
-
Behat (JS scenarios)
-
Start Headless Chrome:
-
Install SSL certificates (only once needed) and run test application's webserver on
127.0.0.1:8080
: - Run Behat:
-
Static Analysis
-
Psalm
- PHPStan
-
- Coding Standard
Opening Sylius with your plugin
-
Using
test
environment: - Using
dev
environment:
All versions of sylius-payline-plugin with dependencies
monext/payline-sdk Version ^4.77
motherbrain/payline-web-payment-api-sdk Version ^1.0
sylius/sylius Version ~1.13.0
symfony/webpack-encore-bundle Version ^1.15