xlabs/stripebundle
最新稳定版本:1.0.1
Composer 安装命令:
composer require xlabs/stripebundle
包简介
Stripe wrapper bundle
README 文档
README
A Symfony2 RabbitMQ wrapper.
Installation
Install through composer:
php -d memory_limit=-1 composer.phar require xlabs/stripebundle
In your AppKernel
public function registerbundles()
{
return [
...
...
new XLabs\StripeBundle\XLabsStripeBundle(),
];
}
Configuration sample
Default values are shown below:
# app/config/config.yml
x_labs_stripe:
public_key: <PARAM>
secret: <PARAM>
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-22