cli-barcode PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
806 B

  1. {
  2. "name": "picqer/php-barcode-generator",
  3. "type": "library",
  4. "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.",
  5. "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" ],
  6. "homepage": "http://github.com/picqer/exact-php-client",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Casper Bakker",
  11. "email": "info@picqer.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.4.0"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "Picqer\\Barcode\\": "src"
  20. }
  21. }
  22. }