PHPackages                             miguelv/easy-payment-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. miguelv/easy-payment-bundle

ActiveSymfony-bundle

miguelv/easy-payment-bundle
===========================

Easy payments on top of Symfony

016[3 issues](https://github.com/miguelvilata/EasyPaymentBundle/issues)PHP

Since Dec 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/miguelvilata/EasyPaymentBundle)[ Packagist](https://packagist.org/packages/miguelv/easy-payment-bundle)[ RSS](/packages/miguelv-easy-payment-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

EasyPaymentBundle
=================

[](#easypaymentbundle)

This bundle is under hard development, it's still not ready to use.

The aim of this bundle is provide a fully customizable and extensible payment methods in your website on top of Symfony.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

@todo:

```
$ composer require miguelv/easy-payment-bundle:dev-master
```

Step 2: Configure the Bundle
----------------------------

[](#step-2-configure-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
