承接 bitbag/sylius-adyen-plugin 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bitbag/sylius-adyen-plugin

Composer 安装命令:

composer require bitbag/sylius-adyen-plugin

包简介

BitBag Adyen plug-in for Sylius.

README 文档

README

Adyen Payments Plugin for Sylius

Slack Support

We want to impact many unique eCommerce projects and build our brand recognition worldwide, so we are heavily involved in creating open-source solutions, especially for Sylius. We have already created over 35 extensions, which have been downloaded almost 2 million times.

You can find more information about our eCommerce services and technologies on our website: https://bitbag.io/. We have also created a unique service dedicated to creating plugins: https://bitbag.io/services/sylius-plugin-development.

Do you like our work? Would you like to join us? Check out the “Career” tab: https://bitbag.io/pl/kariera.

About us

BitBag is a software house that implements tailor-made eCommerce platforms with the entire infrastructure—from creating eCommerce platforms to implementing PIM and CMS systems to developing custom eCommerce applications, specialist B2B solutions, and migrations from other platforms.

We actively participate in Sylius's development. We have already completed over 150 projects, cooperating with clients from all over the world, including smaller enterprises and large international companies. We have completed projects for such important brands as Mytheresa, Foodspring, Planeta Huerto (Carrefour Group), Albeco, Mollie, and ArtNight.

We have a 70-person team of experts: business analysts and eCommerce consultants, developers, project managers, and QA testers.

Our services:

  • B2B and B2C eCommerce platform implementations
  • Multi-vendor marketplace platform implementations
  • eCommerce migrations
  • Sylius plugin development
  • Sylius consulting
  • Project maintenance and long-term support
  • PIM and CMS implementations

Some numbers from BitBag regarding Sylius:

  • 70 experts on board
  • +150 projects delivered on top of Sylius,
  • 30 countries of BitBag’s customers,
  • 7 years in the Sylius ecosystem.
  • +35 plugins created for Sylius

Table of Content

Overview

Elevate your Sylius store's payment processing capabilities with the Adyen Plugin. Developed in collaboration with the Adyen Team, this plugin seamlessly integrates Sylius with Adyen, a globally recognized payment processing company. By enabling a wide range of payment methods, this plugin offers a comprehensive solution for your payment gateway needs. It supports all methods available to drop-in.

Screenshot showing payment methods show in shop

Screenshot showing payment method config in admin

Adyen is a growing payment processing company. This plug-in is an integration with Sylius, it was developed with Adyen Team cooperation to provide the best experience. It supports all methods available to drop-in.

Features

Feature Table Support
Configuration panel
Encrypted authorization Yes
Encrypted notification password Yes
Encrypted HMAC key Yes
Credential validation Yes
Live/Sandbox environment Yes
Live endpoint URL prefix Yes
Payments
Payment dropin Yes
Card payments Yes
Bizum (Spain only) Yes
3D Secure Yes
Wallet payments
WeChat Pay Yes
Apple Pay Yes
Google Pay Yes
AliPay Yes
One-click payment methods
Klarna Yes
Dotpay Yes
Twint Yes
Blik Yes
PayPal Yes
iDeal Yes
SEPA Yes
Sofort Yes
Bancontact Card Yes
Order management
Capture Yes
Partial refunds Yes

Installation

For the full installation guide please go to here.

Requirements

We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.

Package Version
PHP ^8.0
ext-json: *
sylius/refund-plugin ^1.0.0
sylius/resource-bundle ^1.8
sylius/sylius ~1.12 or ~1.13
symfony/messenger ^5.4 or ^6.0
adyen/php-api-library ^11.0

Full installation guide

Customization

You can decorate available services and extend current forms.

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

$ bin/console debug:container bitbag_sylius_adyen_plugin

Plug-in heavily relies on Symfony's Messenger Component. All the payment notifications handling actions are done by messages and their handlers. Feel free to play with, decorate or provide a middleware to customize plug-in according to your needs.

All the processing is done using sylius.command_bus (sylius_default.bus in previous versions). sylius.event_bus (sylius_event.bus) is used to hook up Refund Plug-in requests and let the Adyen know that refund is requested.

Configuration

The plug-in provides a configuration that can be overrided:

bitbag_sylius_adyen:
  logger: ~
  supported_types: ~
property type description
logger null|string specifies a logger service name which handles dumping of all traffic between your Sylius instance and Adyen API; useful for debugging. Empty value = disable logging
supported_types null|array whitelist of visible payment methods; null = all tested payment methods, array = list of payment types, empty array = don't filter at all and show everything returned by Adyen

Security

If you find anything that could be a security problem, please reach us first on hello@bitbag.io in order to prepare a patch before disclosure.

We know that your money is valuable, so we designed this plug-in to change the payment statuses only at the request of Adyen systems that are signed using HMAC signature.

Frontend part

Starting and building assets

  • Go to ./tests/Application/ directory
  • bin/console assets:install

CSS & JS files directory

  • CSS: go to ./src/Resources/public/css/**/
  • JS: go to ./src/Resources/public/js/**/

Testing

$ composer install
$ cd tests/Application
$ bin/console assets:install -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ yarn install
$ yarn encore dev
$ yarn gulp
$ bin/console server:run 127.0.0.1:8080 -e test
$ bin/phpunit
$ bin/behat

If you need some help with Sylius development, don't be hesitated to contact us directly. You can fill the form on this site or send us an e-mail to hello@bitbag.io!

Additional resources for developers

To learn more about our contribution workflow and more, we encourage ypu to use the following resources:

License

This plugin's source code is completely free and released under the terms of the MIT license.

Contact and Support

If you find anything that could be a security problem, please reach us first on hello@bitbag.io in order to prepare a patch before disclosure.

We know that your money is valuable, so we designed this plug-in to change the payment statuses only at the request of Adyen systems that are signed using the HMAC signature.

Community

For online communication, we invite you to chat with us & other users on Sylius Slack.

bitbag/sylius-adyen-plugin 适用场景与选型建议

bitbag/sylius-adyen-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 61.67k 次下载、GitHub Stars 达 12, 最近一次更新时间为 2022 年 03 月 14 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「sylius」 「adyen」 「sylius-plugin」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 bitbag/sylius-adyen-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 bitbag/sylius-adyen-plugin 我们能提供哪些服务?
定制开发 / 二次开发

基于 bitbag/sylius-adyen-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 61.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 17
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 11
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-03-14