kcs / lopdf
Package info
Language:Rust
Type:php-ext
Ext name:ext-lopdf
pkg:composer/kcs/lopdf
v0.1.0
2025-05-22 20:50 UTC
README
LoPDF reads and manipulates PDF files. This package exposes a native php class to create, read and manipulate PDF files.
Building, extending PHP
$ phpize $ ./configure $ make $ make install # in php.ini set extension=lopdf.so or: $ php -dextension=path-to-project/target/release/lopdf.so <your php file>