| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/abyogasms.com/vendor/tecnickcom/tc-lib-pdf/ |
Upload File : |
{
"name": "tecnickcom/tc-lib-pdf",
"description": "PHP PDF Library",
"type": "library",
"homepage": "https://tcpdf.org",
"license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-pdf",
"TCPDF",
"PDF",
"PDFD32000-2008",
"document"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tecnickcom"
}
],
"require": {
"php": ">=8.2",
"tecnickcom/tc-lib-barcode": "^2.11",
"tecnickcom/tc-lib-color": "^2.12",
"tecnickcom/tc-lib-pdf-image": "^3.11",
"tecnickcom/tc-lib-pdf-font": "^3.9",
"tecnickcom/tc-lib-file": "^3.6",
"tecnickcom/tc-lib-pdf-encrypt": "^2.8",
"tecnickcom/tc-lib-unicode-data": "^2.6",
"tecnickcom/tc-lib-unicode": "^2.10",
"tecnickcom/tc-lib-pdf-page": "^4.13",
"tecnickcom/tc-lib-pdf-graph": "^2.14",
"tecnickcom/tc-lib-pdf-parser": "^3.13"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Test\\": "test"
}
},
"archive": {
"exclude": [
"/examples"
]
},
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf"
},
"scripts": {
"test": "@php -d xdebug.mode=coverage vendor/bin/phpunit --stderr test",
"analyse": ["@analyse:src", "@analyse:test"],
"analyse:src": "mago --config mago.src.toml analyze src",
"analyse:test": "mago --config mago.test.toml analyze test",
"cs-check": ["@cs-check:src", "@cs-check:test"],
"cs-check:src": "mago --config mago.src.toml lint src",
"cs-check:test": "mago --config mago.test.toml lint test",
"cs-fix": "mago fmt src test",
"qa": ["@cs-check", "@analyse", "@test"],
"post-install-cmd": [
"[ -d vendor/tecnickcom/tc-lib-pdf-font ] && make -C vendor/tecnickcom/tc-lib-pdf-font deps fonts"
],
"post-update-cmd": [
"[ -d vendor/tecnickcom/tc-lib-pdf-font ] && make -C vendor/tecnickcom/tc-lib-pdf-font deps fonts"
]
}
}