Initial commit

This commit is contained in:
2026-05-08 09:47:17 +02:00
commit c707df8104
2 changed files with 946 additions and 0 deletions

19
composer.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "igor/pdfcreator",
"description": "Creating various PDF files for printing.",
"type": "project",
"require": {
"tecnickcom/tc-lib-pdf": "^8.18"
},
"autoload": {
"psr-4": {
"Igor\\Pdfcreator\\": "src/"
}
},
"authors": [
{
"name": "igor",
"email": "mino@tpsoft.org"
}
]
}