PHPackages                             unst/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. unst/webtopay-bundle

ActiveLibrary[API Development](/categories/api)

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

Symfony2 bundle for WebToPay provided services

v1.6.3(7y ago)030PHP

Since Apr 2Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)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:

```
