PHPackages                             sergeym/pay-receipt-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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. sergeym/pay-receipt-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

sergeym/pay-receipt-bundle
==========================

Pay receipt generator

072HTMLCI failing

Since Jul 15Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Receipt Bundle

This bundle creates printable form of pay receipt PD-14 usualy used in banks of Russia.

### Step 1: Download SergeymReceiptBundle using composer

[](#step-1-download-sergeymreceiptbundle-using-composer)

```
composer require sergeym/pay-receipt-bundle:dev-master

```

or add to your composer json

```
{
    "require": {
        "sergeym/pay-receipt-bundle": "dev-master"
    }
}
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
