os/payment-bundle

Symfony2的OS支付包

安装: 714

依赖: 0

建议者: 0

安全: 0

星标: 6

关注者: 5

分支: 5

开放问题: 1

类型:symfony-bundle

dev-master 2015-02-18 23:29 UTC

This package is not auto-updated.

Last update: 2024-09-14 12:29:42 UTC


README

如何安装

在你的"deps"文件中添加以下代码

 [OSPaymentBundle]
      git=git://github.com/abdeltiflouardi/PaymentBundle.git
      target=/bundles/OS/PaymentBundle

执行

 php bin/vendor install

在AppKernel.php中添加

 new OS\PaymentBundle\OSPaymentBundle(),

在autoload.php中添加

 'OS' => __DIR__.'/../vendor/bundles',

插件

 Resources/doc