bowphp / pdf
The dompdf support for bow framework
1.0.3
2025-12-28 19:06 UTC
Requires
- dompdf/dompdf: ^0.8.0
Requires (Dev)
- bowphp/framework: ^5
- phpunit/phpunit: ^8
README
Ce package vous permettra de manipuler dompdf/dompdf via un wrapper simple et intuitif.
Usage
Installez une copie du package avec composer.
Installation
composer require bowphp/pdf
Configuration
Dans le fichier app\Kernel.php. Ajoutez le service comme suit:
/** * All app services register * * @return array */ public function configurations() { /** * Put here you service */ return [ \Bow\Pdf\PDFConfiguration::class, // other ]; }
Contributing
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.