https://github.com/bowphp/pdf
PDF generator for Bow Framework
https://github.com/bowphp/pdf
Last synced: 9 months ago
JSON representation
PDF generator for Bow Framework
- Host: GitHub
- URL: https://github.com/bowphp/pdf
- Owner: bowphp
- Created: 2020-07-04T20:11:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T22:08:27.000Z (over 1 year ago)
- Last Synced: 2025-04-13T08:22:35.121Z (12 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The dompdf support for bow framework
Ce package vous permettra de manipuler `dompdf/dompdf` via un _wrapper_ simple et intuitif. 
## Usage
Installez une copie du package avec [composer](https://getcomposer.org).
### Installation
```bash
composer require bowphp/pdf
```
### Configuration
Dans le fichier `app\Kernel.php`. Ajoutez le service comme suit:
```php
/**
* All app services register
*
* @return array
*/
public function configurations()
{
/**
* Put here you service
*/
return [
\Bow\PDFConfiguration::class,
// other
];
}
```
## Contributing
Thank you for considering contributing to Bow Framework! The contribution guide is in the framework documentation.
- [Franck DAKIA](https://github.com/papac)
- [Thank's collaborators](https://github.com/bowphp/pdf/graphs/contributors)
## Contact
[papac@bowphp.com](mailto:papac@bowphp.com) - [@franck_dakia](https://twitter.com/franck_dakia)
**Please, if there is a bug on the project please contact me by email or leave me a message on the [slack](https://bowphp.slack.com). or [join us on slask](https://join.slack.com/t/bowphp/shared_invite/enQtNzMxOTQ0MTM2ODM5LTQ3MWQ3Mzc1NDFiNDYxMTAyNzBkNDJlMTgwNDJjM2QyMzA2YTk4NDYyN2NiMzM0YTZmNjU1YjBhNmJjZThiM2Q)**