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.
 
 
 

108 lines
3.2 KiB

  1. [
  2. {
  3. "name": "picqer/php-barcode-generator",
  4. "version": "v0.1",
  5. "version_normalized": "0.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/picqer/php-barcode-generator.git",
  9. "reference": "bd486cfb311989a506c62827fdee463b8a698002"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/bd486cfb311989a506c62827fdee463b8a698002",
  14. "reference": "bd486cfb311989a506c62827fdee463b8a698002",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.0"
  19. },
  20. "time": "2015-08-13T07:59:44+00:00",
  21. "type": "library",
  22. "installation-source": "dist",
  23. "autoload": {
  24. "psr-4": {
  25. "Picqer\\Barcode\\": "src"
  26. }
  27. },
  28. "notification-url": "https://packagist.org/downloads/",
  29. "license": [
  30. "MIT"
  31. ],
  32. "authors": [
  33. {
  34. "name": "Casper Bakker",
  35. "email": "info@picqer.com"
  36. }
  37. ],
  38. "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.",
  39. "homepage": "http://github.com/picqer/exact-php-client",
  40. "keywords": [
  41. "CODABAR",
  42. "Code11",
  43. "Code93",
  44. "EAN13",
  45. "KIX",
  46. "KIXCODE",
  47. "MSI",
  48. "POSTNET",
  49. "Pharma",
  50. "Standard 2 of 5",
  51. "barcode",
  52. "barcode generator",
  53. "code128",
  54. "code39",
  55. "ean",
  56. "html",
  57. "jpeg",
  58. "jpg",
  59. "php",
  60. "png",
  61. "svg",
  62. "upc"
  63. ]
  64. },
  65. {
  66. "name": "ulrichsg/getopt-php",
  67. "version": "2.3.0",
  68. "version_normalized": "2.3.0.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/ulrichsg/getopt-php.git",
  72. "reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/ulrichsg/getopt-php/zipball/a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
  77. "reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "php": ">=5.3.0"
  82. },
  83. "require-dev": {
  84. "phpunit/phpunit": "3.7.*"
  85. },
  86. "time": "2015-03-28T14:09:20+00:00",
  87. "type": "library",
  88. "installation-source": "dist",
  89. "autoload": {
  90. "psr-0": {
  91. "Ulrichsg\\": "src"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "MIT"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Ulrich Schmidt-Goertz",
  101. "email": "ulrich@schmidt-goertz.de"
  102. }
  103. ],
  104. "description": "Command line arguments parser for PHP 5.3",
  105. "homepage": "http://ulrichsg.github.io/getopt-php"
  106. }
  107. ]