31 lines
1.0 KiB
JSON
Executable File
31 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "picqer/php-barcode-generator",
|
|
"type": "library",
|
|
"description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
|
|
"keywords": [ "php", "barcode", "barcode generator", "EAN", "EAN13", "UPC", "Code39", "Code128", "Code93", "Standard 2 of 5", "MSI", "POSTNET", "KIX", "KIXCODE", "CODABAR", "PHARMA", "Code11", "SVG", "PNG", "HTML", "JPG", "JPEG" ],
|
|
"homepage": "http://github.com/picqer/php-barcode-generator",
|
|
"license": "LGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"homepage": "http://nicolaasuni.tecnick.com"
|
|
},
|
|
{
|
|
"name": "Casper Bakker",
|
|
"email": "info@picqer.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Picqer\\Barcode\\": "src"
|
|
}
|
|
}
|
|
}
|