os/payment-bundle

OS Payment Bundle for Symfony2

Maintainers

Package info

github.com/abdeltiflouardi/PaymentBundle

Homepage

Type:symfony-bundle

pkg:composer/os/payment-bundle

Statistics

Installs: 714

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 1

dev-master 2015-02-18 23:29 UTC

This package is not auto-updated.

Last update: 2026-03-14 19:56:20 UTC


README

How to install:

add in your file "deps" this code

 [OSPaymentBundle]
      git=git://github.com/abdeltiflouardi/PaymentBundle.git
      target=/bundles/OS/PaymentBundle

Execute

 php bin/vendor install

Add in AppKernel.php

 new OS\PaymentBundle\OSPaymentBundle(),

Add in autoload.php

 'OS' => __DIR__.'/../vendor/bundles',

Plugins

 Resources/doc