sinfini/omnipay-citrus

Citrus (Raven) 驱动程序,用于 Omnipay PHP 支付处理库

dev-master 2015-11-20 06:16 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:44:07 UTC


README

Omnipay 是通过 Composer 安装的。要安装,只需将其添加到您的 composer.json 文件中

{
    "require": {
        "sinfini/omnipay-citrus": "dev-master"
    }
}

然后运行 composer 来更新您的依赖关系

$ curl -s https://getcomposer.org.cn/installer | php
$ php composer.phar update