xlabs/stripebundle

Stripe wrapper bundle

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Type:symfony-bundle

1.0.0 2024-03-22 16:28 UTC

This package is auto-updated.

Last update: 2024-04-22 16:40:20 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>