PHPackages                             paggy/boleto-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. paggy/boleto-bundle

ActiveSymfony-bundle

paggy/boleto-bundle
===================

Paggy BoletoBundle

v1.0(12y ago)2781GPL-2.0PHPPHP &gt;=5.3.2

Since Aug 16Pushed 12y ago2 watchersCompare

[ Source](https://github.com/paggybrasil/PaggyBoletoBundle)[ Packagist](https://packagist.org/packages/paggy/boleto-bundle)[ Docs](http://github.com/paggybrasil/PaggyBoletoBundle)[ RSS](/packages/paggy-boleto-bundle/feed)WikiDiscussions master Synced today

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

Using PaggyBoletoBundle
=======================

[](#using-paggyboletobundle)

Welcome to PaggyBoletoBundle - creating payslips is fun again!

**Basic Doc**

- [Installation](#installation)
- [Your first payslip](#first-payslip)

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

[](#installation)

### Step 1) Get the bundle using composer

[](#step-1-get-the-bundle-using-composer)

Add on composer.json (see )

```
"require" :  {
    // ...
    "paggy/boleto-bundle": "dev-master",
}

```

And run:

```
composer update paggy/boleto-bundle

```

### Step 2) Register the bundle

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

To start using the bundle, register it in your Kernel:

```
