kcs/lopdf

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Rust

Type:php-ext

v0.1.0 2025-05-22 20:50 UTC

This package is auto-updated.

Last update: 2025-05-23 23:03:45 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>