zfr/zfr-stripe-module
Composer 安装命令:
composer require zfr/zfr-stripe-module
包简介
Zend Framework 2 module for using ZfrStripe
README 文档
README
ZfrStripeModule is a Zend Framework 2 module that integrates with ZfrStripe.
Versions
For zend-servicemanager 2 use version 4.0
For zend-servicemanager 3 and above use version 5.0
Installation
To install ZfrStripeModule, use composer:
$ composer require zfr/zfr-stripe-module ^5.0
Enable ZfrStripeModule in your application.config.php, then copy the file
vendor/zfr/zfr-stripe-module/config/zfr_stripe.local.php.dist to the
config/autoload directory of your application (don't forget to remove the
.dist extension from the file name!).
zf-component-installer
If you use zf-component-installer, that plugin will install ZfrStripeModule as a module for you.
Usage
This module registers the ZfrStripe client in your application's service manager.
You can get it by requesting the service ZfrStripe\Client\StripeClient:
$stripeClient = $serviceManager->get('ZfrStripe\Client\ZfrStripeClient');
For more information on the usage of ZfrStripe, please refer to its documentation.
统计信息
- 总下载量: 67.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-12-15