kcs/lopdf

Maintainers

Package info

github.com/alekitto/lopdf-php

Language:Rust

Type:php-ext

Ext name:ext-lopdf

pkg:composer/kcs/lopdf

Statistics

Installs: 236

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-24 00:49: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>