PDML
This is a composer and PSR-4 compatible version of PDML based on v1.0., (*1)
Classes (all one of them) have been moved into a pdml namespace., (*2)
To install simply composer require dmnc/pdml., (*3)
Original README.txt
http://www.pdml-pdf.net/
http://sourceforge.net/projects/pdml/, (*4)
Introduction
PDML is an informal markup language written in 100% PHP, allowing to
create complex PDF documents very easily for people already familiar with
HTML. People familiar with PHP can also use it as a way to define templates
for dynamic PDF documents.
The PDML project was developed by Henri T. (metal_hurlant). Because we
think this project is very useful we want to continue this project.
PDML is built on top of FPDF, and is licensed under the GPL, (*5)
Please contact us at our SF forum:
https://sourceforge.net/projects/pdml/forums/forum/370404, (*6)
Installation
Just unzip these files in your web directory and include pdml.php into your
PHP page. The file example1.php is provided as simple example., (*7)
Licensing
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version., (*8)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details., (*9)
You should have received a copy of the GNU General Public License
along with this program (in the file COPYING); if not, write to the
Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA, (*10)