xlabs / stripebundle
Stripe wrapper bundle
1.0.1
2024-05-13 16:27 UTC
Requires
- php: >=7.2
- stripe/stripe-php: ^13.15
- symfony/framework-bundle: >=5.0
This package is auto-updated.
Last update: 2024-11-13 17:27:40 UTC
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>