Lines Matching refs:is

1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
3 It is based on [FPDF](http://www.fpdf.org/) and [HTML2FPDF](http://html2fpdf.sourceforge.net/)
4 (see [CREDITS](CREDITS.txt)), with a number of enhancements. mPDF was written by Ian Back and is released
13 > the default repository branch is `development` which can differ from the last stable release.
21 - `mPDF >=7.0` is supported on `PHP ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`
22 - `PHP 7.3` is supported since `mPDF v7.1.7`
23 - `PHP 7.4` is supported since `mPDF v8.0.4`
24 - `PHP 8.0` is supported since `mPDF v8.0.10`
25 - `PHP 8.1` is supported as of `mPDF v8.0.13`
37 server such as nginx (php-fpm) or Apache is recommended.
48 Official installation method is via composer and its packagist package [mpdf/mpdf](https://packagist.org/packages/mpdf/mpdf).
78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.
79 The directory must have write permissions (mode `775` is recommended) for users using mPDF
105 mPDF as a whole is a quite dated software. Nowadays, better alternatives are available, albeit not written in PHP.
119 Online manual is available at https://mpdf.github.io/.
126 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf) at Stack Overflow as the StackOverflow user base is more likely to answer you in a timely manner.
136 Unit testing for mPDF is done using [PHPUnit](https://phpunit.de/).
143 Any assistance writing unit tests for mPDF is greatly appreciated. If you'd like to help, please