Project Otus PDF

Otus PDF is a open source PHP library for generation PDF document in fast and reliable way. Process of composing the document is fully object oriented. The main goal is to keep library fast and easy to use.

Installation

  • The minimum required PHP version is PHP 5.5.
  • It works best with PHP 7.
  • You can use Composer to install library
composer require trogon/otus-pdf

Documentation

Documentation with code examples is avaliable on API subpage.