Skip to content

feryardiant/fpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPDF

Packagist License Packagist Version Travis branch Gittip donate PayPal donate

Unofficial FPDF library with PSR-4 compliant, clean and readable code

This is version 1.7.2 with some changes:

  • The library is namespaced in Fpdf
  • directory structure follow the PSR-4 standard with src/Fpdf as root
  • Class constructor is renamed __construct instead of FPDF
  • FPDF_VERSION is now Fpdf\Fpdf::VERSION
  • on error a Fpdf\Exception is thrown instead on lib dramatically die()ing
  • Refactor all method in camelCase (It's breaks backward compatibility).
  • Rebuild documentations and tutorials.
  • Complete testunit.

Installing with composer

The package exists in the packagist repository as feryardiant/fpdf.

$ composer require feryardiant/fpdf --prefer-dist

Testing

phpunit -c tests/phpunit.xml

Credits

Original Author: Olivier PLATHEY

FPDF Version: 1.7

About

Unofficial FPDF library with clean and readable code

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages