bearcodi / php-cpdf
CPDF binary and PHP wrapper for use in PHP applications
Installs: 532
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:package
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-12 16:57:02 UTC
README
PHP wrapper library for Coherant Graphics Ltd CPDF for easier integration into PHP projects without needing to install/build CPDF on the host machine.
IMPORTANT CPDF binaries are released under a special not-for-commercial-use license If you like the tools and want to use them commercially, or need support, licenses are available from Coherent Graphics Ltd. Commercial use involves anything other than private, personal use.
Binaries are pulled from the official Coherant Graphics Ltd PDF Command Line Tools binaries for Linux, Mac, Windows Github repository.
NOTE Currently only Linux x86 binary driver is wrapped, the rest will come shortly :)
Roadmap
- CPDF binary path exposer
- Expand binary drivers to Windows and Mac
- CPDF CLI wrapped calls using Symfony Process package
- CPDF CLI commands fluent API
- Docs site