2017 © Pedro Peláez
 

symfony-bundle tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony4

image

vladmeh/tcpdf-bundle

A bundle to easily integrate TCPDF into Symfony4

  • Tuesday, July 10, 2018
  • by Vladmeh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 78 % Grown

The README.md

Build Status, (*1)

Installation

Applications that use Symfony Flex

Open a command console, enter your project directory and execute:, (*2)

$ composer require vladmeh/tcpdf-bundle

Applications that don't use Symfony Flex

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require vladmeh/tcpdf-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Vladmeh\Bundle\TCPDFBundle\TCPDFBundle(),
        );

        // ...
    }

    // ...
}

The Versions

10/07 2018

dev-master

9999999-dev https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Mikhaylov

symfony pdf tcpdf

10/07 2018

3.0.1

3.0.1.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Mikhaylov

symfony pdf tcpdf

09/07 2018

3.0.0

3.0.0.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladimir Mikhaylov

symfony pdf tcpdf

04/05 2018

2.1.0

2.1.0.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

by Vladimir Mikhaylov

symfony pdf tcpdf

03/05 2018

2.0.0

2.0.0.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

by Vladimir Mikhaylov

symfony pdf tcpdf

03/05 2018

1.0.1

1.0.1.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

by Vladimir Mikhaylov

symfony pdf tcpdf

28/04 2018

1.0.0

1.0.0.0 https://github.com/vladmeh/symfony-tcpdf-bindle

A bundle to easily integrate TCPDF into Symfony4

  Sources   Download

MIT

The Requires

 

by Vladimir Mikhaylov

symfony pdf tcpdf