PHPackages                             phobetor/billomat-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. [Payment Processing](/categories/payments)
4. /
5. phobetor/billomat-bundle

ActiveLibrary[Payment Processing](/categories/payments)

phobetor/billomat-bundle
========================

A Symfony 2 bundle around the Billomat API client

1.3.0(11y ago)0124MITPHP

Since Feb 17Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Phobetor/billomat-bundle)[ Packagist](https://packagist.org/packages/phobetor/billomat-bundle)[ Docs](https://github.com/Phobetor/billomat-bundle)[ RSS](/packages/phobetor-billomat-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (6)Used By (0)

Billomat API Client Bundle for Symfony 2
========================================

[](#billomat-api-client-bundle-for-symfony-2)

[![Latest Stable Version](https://camo.githubusercontent.com/2bee9296d2112fb338c501af03f9f73d688065ebba93515e78ea0b05346de77c/68747470733a2f2f706f7365722e707567782e6f72672f70686f6265746f722f62696c6c6f6d61742d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/phobetor/billomat-bundle) [![License](https://camo.githubusercontent.com/08e33abd50b78ea7857af1af0ab3f7d3e20fa6d1571230f5bc16fef206d17b04/68747470733a2f2f706f7365722e707567782e6f72672f70686f6265746f722f62696c6c6f6d61742d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/phobetor/billomat-bundle)

A Symfony 2 bundle for the [Billomat API client](https://github.com/Phobetor/billomat).

Installation
------------

[](#installation)

Add bundle via command line

```
php composer.phar require phobetor/billomat-bundle
```

or manually to `composer.json` file

```
{
    "require": {
        "phobetor/billomat-bundle": "~1.3"
    }
}
```

Fetch the needed files:

```
$ php composer.phar update phobetor/billomat-bundle
```

This will install the bundle and the client to your project’s `vendor` directory.

Add the bundle to your project’s `AppKernel`:

```
