承接 myfatoorah/symfony-bundle 相关项目开发

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

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

myfatoorah/symfony-bundle

最新稳定版本:2.1.0

Composer 安装命令:

composer require myfatoorah/symfony-bundle

包简介

The official MyFatoorah Payment Gateway for Symfony.

README 文档

README

This is the official MyFatoorah Payment Gateway Symfony Bundle. MyFatoorah Symfony is based on myfatoorah/library composer package. Both MyFatoorah Symfony and PHP library composer packages are developed by MyFatoorah Technical Team to handle MyFatoorah API endpoints.

Main Features

  • Create MyFatoorah invoices.
  • Check the MyFatoorah payment status.

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Step1: Download the Bundle

Install the bundle via myfatoorah/symfony-bundle composer. Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require myfatoorah/symfony-bundle

Step2: Import MyFatoorahSymfonyBundle routing files

Add the below route in the config/routes.yaml file of your project:

myfatoorah_symfony:
    resource: '@MyFatoorahSymfonyBundle/Resources/config/routing.yaml'

Step3: Only for Applications that don't use Symfony Flex

You will need to enable the bundle manually by adding it to the list of registered bundles in the config/bundles.php file of your project:

//config/bundles.php
return [
    // ...
    MyFatoorah\SymfonyBundle\MyFatoorahSymfonyBundle::class => ['all' => true]
];

Merchant Configurations

Edit the vendor/myfatoorah/symfony-bundle/src/Resources/config/services.yaml file with your correct vendor data.

Demo configuration

  1. You can use the test API token key mentioned here.
  2. Make sure the test mode is true.
  3. You can use one of the test cards.

Live Configuration

  1. You can use the live API token key mentioned here.
  2. Add your country code.
  3. Make sure the test mode is false.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2022-08-15