File tree Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 1- SuluPdfBundle
2- =============
1+ MassivePdfBundle
2+ ================
3+
4+ ## Installation
5+
6+ ``` json
7+ composer require massive/pdf-bundle
8+ ```
9+
10+ ## Usage
11+ ========
12+
13+ ``` php
14+ /** @var \Massive\Bundle\PdfBundle\Pdf\PdfManager $pdfManager */
15+ $pdfManager = $this->get('massive_pdf.pdf_manager'); // get the service or inject it in your services configuration
16+ $pdf = $pdfManager->convertToPdf($templatePath, $templateData);
17+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 "authors" : [
77 {
88 "name" : " MassiveArt Webservices GmbH" ,
9- "homepage" : " https://github.com/massiveart/SuluPdfBundle /contributors"
9+ "homepage" : " https://github.com/massiveart/MassivePdfBundle /contributors"
1010 }
1111 ],
1212 "require" : {
1313 "php" : " >=5.4" ,
14- "doctrine/orm" : " ~2.5" ,
15- "symfony-cmf/routing-bundle" : " 1.2.*" ,
16- "sulu/sulu" : " dev-develop" ,
17- "knplabs/knp-snappy-bundle" : " dev-master"
14+ "knplabs/knp-snappy-bundle" : " ~1.3"
1815 },
1916 "require-dev" : {
2017 "sensio/framework-extra-bundle" : " ~3.0" ,
21- "symfony/symfony" : " 2.6.*" ,
22- "doctrine/doctrine-bundle" : " 1.2.*" ,
23- "symfony/monolog-bundle" : " 2.4.*" ,
24- "phpunit/phpunit" : " 3.7.*" ,
25- "sulu/test-bundle" : " dev-develop" ,
26- "massive/search-bundle" : " ~1.0@dev"
18+ "symfony/symfony" : " ~2.6"
2719 },
2820 "autoload" : {
2921 "psr-0" : {
You can’t perform that action at this time.
0 commit comments