Download the PHP package xorgxx/neox-pdf-bundle without Composer
On this page you can find all versions of the php package xorgxx/neox-pdf-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xorgxx/neox-pdf-bundle
More information about xorgxx/neox-pdf-bundle
Files in xorgxx/neox-pdf-bundle
Package neox-pdf-bundle
Short Description Neox pdf bundle for Symfony
License proprietary
Informations about the package neox-pdf-bundle
NeoxPdfBundle { Symfony 6 }
This bundle provides service multi API to Pdf-convert in your application. Its main goal is to make it simple for you to manage integration additional tools!
Installation BETA VERSION !!
Install the bundle for Composer !! as is still on beta version !!
`
NOTE: You may need to use [ symfony composer dump-autoload ] to reload autoloading
..... Done 🎈
Requirement !!!
You will need to register to one or more API services, they will provide api key:
- Currently, we have implemented only one provider if you need more PR on GitHub. we will implement more in the future
Provider | env | Freemium | Documentation |
---|---|---|---|
PDF-Layer | PDFLAYER_DSN=pdflayer://opps:[api-key]@api.pdflayer.com/api/convert | v | documentation |
How ?
in order, you will need to add in .env Dsn for ex: pdflayer
then add in config/packages/neox_to_pdf.yaml
important : s c:c & c dump-autoload
Controller
``
build in command :
- display_pdf | give back Pdf in browser
- download_pdf | download Pdf file
- getStream | get as string
- getRawResponse | get as response form provider
- file_pdf | get as BinaryFileResponse
Advance use "custom" provider !!
in config/packages/neox_to_pdf.yaml `
Contributing
If you want to contribute (thank you!) to this bundle, here are some guidelines:
- Please respect the Symfony guidelines
- Test everything! Please add tests cases to the tests/ directory when:
- You fix a bug that wasn't covered before
- You add a new feature
- You see code that works but isn't covered by any tests (there is a special place in heaven for you)
Todo
- Packagist
Thanks
All versions of neox-pdf-bundle with dependencies
doctrine/inflector Version ^2.0
nikic/php-parser Version ^4.11
symfony/config Version ^6.3|^7.0
symfony/console Version ^6.3|^7.0
symfony/dependency-injection Version ^6.3|^7.0
symfony/deprecation-contracts Version ^2.2|^3
symfony/filesystem Version ^6.3|^7.0
symfony/finder Version ^6.3|^7.0
symfony/http-client Version ^6.3|^7.0
symfony/framework-bundle Version ^6.3|^7.0
symfony/http-kernel Version ^6.3|^7.0
symfony/process Version ^6.3|^7.0