kiboko/sylius-payzen-bundle
最新稳定版本:v1.0.3
Composer 安装命令:
composer require kiboko/sylius-payzen-bundle
包简介
Payzen gateway for Sylius projects.
README 文档
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
srcdanssrc/Kiboko/Bundle/SyliusPayzenBundle -
Déclarer le bundle dans
config/bundles.php:
Kiboko\Bundle\SyliusPayzenBundle\KibokoSyliusPayzenBundle::class => ['all' => true],
- Ajouter dans le fichier
composer.jsondans 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
统计信息
- 总下载量: 3.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-27