Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

phppdf

A pure PHP library for creating and processing PDF files — a fluent builder API for generating documents from scratch, and a parser for reading, extracting content from, and modifying existing files. No composer dependencies are required beyond standard PHP extensions.

Repositories

Documentation

Full documentation, guides, and API references are available at phppdf.github.io/phppdf.

Getting started

composer require phppdf/phppdf

See the phppdf README for requirements and a quick start example.

Discussions

Questions, ideas, and general discussion are welcome in phppdf/phppdf Discussions.

Contributing

Issues and pull requests are welcome on the individual repositories. Please follow the coding standard when submitting changes.