xlabs / stripebundle
Stripe wrapper bundle
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Type:symfony-bundle
pkg:composer/xlabs/stripebundle
Requires
- php: >=7.2
- stripe/stripe-php: ^13.15
- symfony/framework-bundle: >=5.0
This package is auto-updated.
Last update: 2025-10-13 19:28:27 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>