Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 411 Bytes

INSTALL.md

File metadata and controls

17 lines (12 loc) · 411 Bytes

Netgen HtmlPdfApi PHP library Installation instructions

Instalation steps

The easiest way to include HtmlPdfApi library is to use the composer.

Use Composer

Add the following to your composer.json and run php composer.phar update netgen/htmlpdfapi to refresh dependencies:

"require": {
    "netgen/htmlpdfapi": "~0.2"
}