kiboko / sylius-payzen-bundle
Payzen gateway for Sylius projects.
Installs: 2 435
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 6
Open Issues: 0
Type:symfony-bundle
Requires
- ekyna/payum-payzen: ^1.6.6
- ekyna/payum-payzen-bundle: ^1.6
- sylius/sylius: ^1.0
Requires (Dev)
- polishsymfonycommunity/symfony-mocker-container: ^1.0
- symfony/browser-kit: ^4.4 || ^5.4
- symfony/debug-bundle: ^4.4 || ^5.4
- symfony/dotenv: ^4.4 || ^5.4
- symfony/intl: ^4.4 || ^5.4
- symfony/web-profiler-bundle: ^4.4 || ^5.4
README
Sylius PayZen bundle via Payum
Compatibility
- Systempay
- Scellius
- CLIC&PAY
- OSB
- SogeCommerce
If the payment gateway you are using is not in this list, please open an issue or a pull request
Usage & install
- Install this bundle:
$ composer require kiboko/sylius-payzen-bundle
- Configure new payment method in Sylius Admin
Complementary documentation
Installation manuelle (old)
-
Copie le contenu de
src
danssrc/Kiboko/Bundle/SyliusPayzenBundle
-
Déclarer le bundle dans
config/bundles.php
:
Kiboko\Bundle\SyliusPayzenBundle\KibokoSyliusPayzenBundle::class => ['all' => true],
- Ajouter dans le fichier
composer.json
dans la partiepsr-4
:
"Kiboko\\Bundle\\": "src/Kiboko/Bundle/",
Build archive
Install jq
package.
Run make build
In your project, you can add the plugin with
"repositories": {
"payzen-integration": {
"type": "package",
"package": {
"name": "kiboko/sylius-payzen-bundle",
"version": "0.1.0",
"dist": {
"url": "{PATH_TO_YOUR_ARCHIVE}/sylius-payzenbundle-0.1.0.tar",
"type": "tar"
}
}
}
}
And run composer require kiboko/sylius-payzen-bundle