PHPackages                             webtopay/webtopay-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. [API Development](/categories/api)
4. /
5. webtopay/webtopay-bundle

ActiveLibrary[API Development](/categories/api)

webtopay/webtopay-bundle
========================

Symfony bundle for WebToPay provided services

1.8.0(5y ago)337.0k↓33.3%10[1 issues](https://github.com/evp/WebToPayBundle/issues)[1 PRs](https://github.com/evp/WebToPayBundle/pulls)PHP

Since Apr 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/evp/WebToPayBundle)[ Packagist](https://packagist.org/packages/webtopay/webtopay-bundle)[ RSS](/packages/webtopay-webtopay-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

\#WebToPayBundle

\##What is WebToPayBundle? WebToPayBundle is a small bundle that can serve as a bridge between your Symfony framework and the original webtopay library.

We encourage you to first take a look at the [original library](https://bitbucket.org/paysera/libwebtopay)

\##Sections

- [Requirements](#requirements)
- [Installation](#installation)
- [Code samples](#code-samples)
- [Using a sandbox](#using-a-sandbox)
- [Contacts](#contacts)

\##Requirements

- Symfony 2.0+
- The original libwebtopay library (can be found [here](https://bitbucket.org/paysera/libwebtopay/get/default.zip))

\##Installation

\###Symfony 2.1 installation (vendor)

- Execute these commands:

```
    composer require webtopay/libwebtopay 1.6.*@dev
    composer require webtopay/webtopay-bundle dev-master
```

- Enable the bundle in the kernel:

```
