From c0901d7e083a03decc87f8d21ea3048b7b32c58f Mon Sep 17 00:00:00 2001
From: liu <1873441552@qq.com>
Date: Wed, 12 Jun 2024 11:37:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0barcode?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
composer.json | 3 +-
composer.lock | 97 ++-
vendor/composer/autoload_psr4.php | 1 +
vendor/composer/autoload_static.php | 5 +
vendor/composer/installed.json | 96 +++
vendor/composer/installed.php | 21 +-
.../php-barcode-generator/.github/FUNDING.yml | 1 +
.../.github/workflows/phpstan.yml | 29 +
.../.github/workflows/phpunit.yml | 36 ++
.../picqer/php-barcode-generator/.gitignore | 5 +
.../picqer/php-barcode-generator/LICENSE.md | 165 +++++
vendor/picqer/php-barcode-generator/Readme.md | 129 ++++
.../php-barcode-generator/composer.json | 41 ++
.../picqer/php-barcode-generator/examples.md | 139 +++++
.../generate-examples.php | 26 +
.../generate-verified-files.php | 36 ++
.../php-barcode-generator/phpstan.neon.dist | 4 +
.../picqer/php-barcode-generator/phpunit.xml | 13 +
.../php-barcode-generator/src/Barcode.php | 43 ++
.../php-barcode-generator/src/BarcodeBar.php | 42 ++
.../src/BarcodeGenerator.php | 220 +++++++
.../src/BarcodeGeneratorDynamicHTML.php | 44 ++
.../src/BarcodeGeneratorHTML.php | 44 ++
.../src/BarcodeGeneratorJPG.php | 22 +
.../src/BarcodeGeneratorPNG.php | 121 ++++
.../src/BarcodeGeneratorSVG.php | 59 ++
.../src/Exceptions/BarcodeException.php | 5 +
.../Exceptions/InvalidCharacterException.php | 5 +
.../Exceptions/InvalidCheckDigitException.php | 5 +
.../src/Exceptions/InvalidFormatException.php | 5 +
.../src/Exceptions/InvalidLengthException.php | 5 +
.../src/Exceptions/UnknownTypeException.php | 5 +
.../src/Helpers/BinarySequenceConverter.php | 35 ++
.../src/Types/TypeCodabar.php | 64 ++
.../src/Types/TypeCode11.php | 111 ++++
.../src/Types/TypeCode128.php | 420 +++++++++++++
.../src/Types/TypeCode128A.php | 16 +
.../src/Types/TypeCode128B.php | 16 +
.../src/Types/TypeCode128C.php | 16 +
.../src/Types/TypeCode32.php | 114 ++++
.../src/Types/TypeCode39.php | 329 ++++++++++
.../src/Types/TypeCode39Checksum.php | 14 +
.../src/Types/TypeCode39Extended.php | 14 +
.../src/Types/TypeCode39ExtendedChecksum.php | 14 +
.../src/Types/TypeCode93.php | 287 +++++++++
.../src/Types/TypeEan13.php | 20 +
.../src/Types/TypeEan8.php | 20 +
.../src/Types/TypeEanUpcBase.php | 233 +++++++
.../src/Types/TypeITF14.php | 87 +++
.../src/Types/TypeIntelligentMailBarcode.php | 571 ++++++++++++++++++
.../src/Types/TypeInterface.php | 10 +
.../src/Types/TypeInterleaved25.php | 17 +
.../src/Types/TypeInterleaved25Checksum.php | 91 +++
.../src/Types/TypeKix.php | 16 +
.../src/Types/TypeMsi.php | 17 +
.../src/Types/TypeMsiChecksum.php | 71 +++
.../src/Types/TypePharmacode.php | 36 ++
.../src/Types/TypePharmacodeTwoCode.php | 80 +++
.../src/Types/TypePlanet.php | 28 +
.../src/Types/TypePostnet.php | 69 +++
.../src/Types/TypeRms4cc.php | 165 +++++
.../src/Types/TypeStandard2of5.php | 74 +++
.../src/Types/TypeStandard2of5Checksum.php | 14 +
.../src/Types/TypeTelepen.php | 200 ++++++
.../src/Types/TypeUpcA.php | 20 +
.../src/Types/TypeUpcE.php | 20 +
.../src/Types/TypeUpcExtension2.php | 95 +++
.../src/Types/TypeUpcExtension5.php | 14 +
.../tests/BarcodeDynamicHtmlTest.php | 22 +
.../tests/BarcodeHtmlTest.php | 22 +
.../tests/BarcodeJpgTest.php | 135 +++++
.../tests/BarcodePngTest.php | 125 ++++
.../tests/BarcodeSvgTest.php | 22 +
.../tests/GeneratorTest.php | 70 +++
.../tests/PharmacodeTest.php | 15 +
.../php-barcode-generator/tests/TypesTest.php | 254 ++++++++
.../tests/VerifiedBarcodeTest.php | 72 +++
.../verified-files/0049000004632-ean13.svg | 37 ++
.../verified-files/081231723897-code128.html | 30 +
.../081231723897-dynamic-code128.html | 30 +
.../081231723897-ean13-fractional-width.svg | 37 ++
.../verified-files/081231723897-ean13.svg | 37 ++
.../12345678903-dynamic-imb.html | 67 ++
.../tests/verified-files/12345678903-imb.html | 67 ++
.../verified-files/C128-081231723897.svg | 35 ++
.../C128-1234567890abcABC-283-33.svg | 74 +++
.../tests/verified-files/C128A-1234567890.svg | 47 ++
.../verified-files/C128B-081231723897.svg | 53 ++
.../C128B-1234567890abcABC-283-33.svg | 86 +++
.../verified-files/C39+-1234567890ABC.svg | 87 +++
.../verified-files/C39-1234567890ABC.svg | 82 +++
.../verified-files/C39E+-1234567890abcABC.svg | 117 ++++
.../verified-files/C39E-1234567890abcABC.svg | 112 ++++
.../verified-files/C93-1234567890abcABC.svg | 77 +++
.../verified-files/CODABAR-123456789.svg | 51 ++
.../tests/verified-files/CODE11-123456789.svg | 43 ++
.../verified-files/EAN13-004900000463.svg | 37 ++
.../verified-files/EAN13-0049000004632.svg | 37 ++
.../verified-files/EAN13-081231723897.svg | 37 ++
.../tests/verified-files/EAN2-22.svg | 14 +
.../EAN5-1234567890abcABC-283-33.svg | 23 +
.../tests/verified-files/EAN8-1234568.svg | 29 +
.../tests/verified-files/I25+-1234567890.svg | 41 ++
.../tests/verified-files/I25-1234567890.svg | 36 ++
.../tests/verified-files/IMB-123456789.svg | 72 +++
.../verified-files/ITF14-00012345600012.svg | 46 ++
.../verified-files/ITF14-05400141288766.svg | 46 ++
.../tests/verified-files/KIX-123456789.svg | 43 ++
.../tests/verified-files/MSI+-123456789.svg | 50 ++
.../tests/verified-files/MSI-123456789.svg | 46 ++
.../tests/verified-files/PHARMA-123456789.svg | 33 +
.../verified-files/PHARMA2T-123456789.svg | 24 +
.../tests/verified-files/PLANET-123456789.svg | 59 ++
.../verified-files/POSTNET-123456789.svg | 59 ++
.../tests/verified-files/RMS4CC-123456789.svg | 49 ++
.../tests/verified-files/S25+-1234567890.svg | 68 +++
.../tests/verified-files/S25-1234567890.svg | 63 ++
.../TELEPENALPHA-1234567890ASCD.svg | 95 +++
.../TELEPENNUMERIC-1234567890.svg | 54 ++
.../tests/verified-files/UPCA-123456789.svg | 37 ++
.../tests/verified-files/UPCE-123456789.svg | 24 +
121 files changed, 7909 insertions(+), 9 deletions(-)
create mode 100644 vendor/picqer/php-barcode-generator/.github/FUNDING.yml
create mode 100644 vendor/picqer/php-barcode-generator/.github/workflows/phpstan.yml
create mode 100644 vendor/picqer/php-barcode-generator/.github/workflows/phpunit.yml
create mode 100644 vendor/picqer/php-barcode-generator/.gitignore
create mode 100644 vendor/picqer/php-barcode-generator/LICENSE.md
create mode 100644 vendor/picqer/php-barcode-generator/Readme.md
create mode 100644 vendor/picqer/php-barcode-generator/composer.json
create mode 100644 vendor/picqer/php-barcode-generator/examples.md
create mode 100644 vendor/picqer/php-barcode-generator/generate-examples.php
create mode 100644 vendor/picqer/php-barcode-generator/generate-verified-files.php
create mode 100644 vendor/picqer/php-barcode-generator/phpstan.neon.dist
create mode 100644 vendor/picqer/php-barcode-generator/phpunit.xml
create mode 100644 vendor/picqer/php-barcode-generator/src/Barcode.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeBar.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGenerator.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGeneratorDynamicHTML.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGeneratorHTML.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGeneratorJPG.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGeneratorPNG.php
create mode 100644 vendor/picqer/php-barcode-generator/src/BarcodeGeneratorSVG.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/BarcodeException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCharacterException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/InvalidCheckDigitException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/InvalidFormatException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/InvalidLengthException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Exceptions/UnknownTypeException.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Helpers/BinarySequenceConverter.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCodabar.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode11.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode128.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode128A.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode128B.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode128C.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode32.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode39.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode39Checksum.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode39Extended.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode39ExtendedChecksum.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeCode93.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeEan13.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeEan8.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeEanUpcBase.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeITF14.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeIntelligentMailBarcode.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeInterface.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeInterleaved25.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeInterleaved25Checksum.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeKix.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeMsi.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeMsiChecksum.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypePharmacode.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypePharmacodeTwoCode.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypePlanet.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypePostnet.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeRms4cc.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeStandard2of5.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeStandard2of5Checksum.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeTelepen.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeUpcA.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeUpcE.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeUpcExtension2.php
create mode 100644 vendor/picqer/php-barcode-generator/src/Types/TypeUpcExtension5.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/BarcodeDynamicHtmlTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/BarcodeHtmlTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/BarcodeJpgTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/BarcodePngTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/BarcodeSvgTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/GeneratorTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/PharmacodeTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/TypesTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/VerifiedBarcodeTest.php
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/0049000004632-ean13.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/081231723897-code128.html
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/081231723897-dynamic-code128.html
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/081231723897-ean13-fractional-width.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/081231723897-ean13.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/12345678903-dynamic-imb.html
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/12345678903-imb.html
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C128-081231723897.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C128-1234567890abcABC-283-33.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C128A-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C128B-081231723897.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C128B-1234567890abcABC-283-33.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C39+-1234567890ABC.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C39-1234567890ABC.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C39E+-1234567890abcABC.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C39E-1234567890abcABC.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/C93-1234567890abcABC.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/CODABAR-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/CODE11-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN13-004900000463.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN13-0049000004632.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN13-081231723897.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN2-22.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN5-1234567890abcABC-283-33.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/EAN8-1234568.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/I25+-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/I25-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/IMB-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/ITF14-00012345600012.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/ITF14-05400141288766.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/KIX-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/MSI+-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/MSI-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/PHARMA-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/PHARMA2T-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/PLANET-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/POSTNET-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/RMS4CC-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/S25+-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/S25-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/TELEPENALPHA-1234567890ASCD.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/TELEPENNUMERIC-1234567890.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/UPCA-123456789.svg
create mode 100644 vendor/picqer/php-barcode-generator/tests/verified-files/UPCE-123456789.svg
diff --git a/composer.json b/composer.json
index 13a82488..7ed7add6 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,8 @@
"jpush/jpush": "^3.6",
"workerman/crontab": "^1.0",
"hg/apidoc": "^5.2",
- "intervention/image": "^3.6"
+ "intervention/image": "^3.6",
+ "picqer/php-barcode-generator": "^2.4"
},
"suggest": {
"ext-event": "For better performance. "
diff --git a/composer.lock b/composer.lock
index c1bf8c8a..2b148506 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "dbe3251ac873990fcca149094effefa5",
+ "content-hash": "8c97deb23217033cd0ab2cb6e5b5d195",
"packages": [
{
"name": "aliyuncs/oss-sdk-php",
@@ -3273,6 +3273,99 @@
],
"time": "2023-11-12T21:59:55+00:00"
},
+ {
+ "name": "picqer/php-barcode-generator",
+ "version": "v2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/picqer/php-barcode-generator.git",
+ "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/4cec18909dffd86e14beb69b1040f2520c2e1bb1",
+ "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1",
+ "shasum": "",
+ "mirrors": [
+ {
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
+ "preferred": true
+ }
+ ]
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5"
+ },
+ "suggest": {
+ "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
+ "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
+ "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Picqer\\Barcode\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Nicola Asuni",
+ "email": "info@tecnick.com",
+ "homepage": "http://nicolaasuni.tecnick.com"
+ },
+ {
+ "name": "Casper Bakker",
+ "email": "info@picqer.com",
+ "homepage": "https://picqer.com"
+ }
+ ],
+ "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.",
+ "homepage": "https://github.com/picqer/php-barcode-generator",
+ "keywords": [
+ "CODABAR",
+ "Code11",
+ "Code93",
+ "EAN13",
+ "KIX",
+ "KIXCODE",
+ "MSI",
+ "POSTNET",
+ "Pharma",
+ "Standard 2 of 5",
+ "barcode",
+ "barcode generator",
+ "code128",
+ "code39",
+ "ean",
+ "html",
+ "jpeg",
+ "jpg",
+ "php",
+ "png",
+ "svg",
+ "upc"
+ ],
+ "support": {
+ "issues": "https://github.com/picqer/php-barcode-generator/issues",
+ "source": "https://github.com/picqer/php-barcode-generator/tree/v2.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/casperbakker",
+ "type": "github"
+ }
+ ],
+ "time": "2023-09-16T08:58:52+00:00"
+ },
{
"name": "pimple/pimple",
"version": "v3.5.0",
@@ -7208,7 +7301,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=7.2",
+ "php": ">=8.1",
"ext-json": "*",
"ext-bcmath": "*"
},
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
index 01441bb1..2dcede84 100644
--- a/vendor/composer/autoload_psr4.php
+++ b/vendor/composer/autoload_psr4.php
@@ -68,6 +68,7 @@ return array(
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
+ 'Picqer\\Barcode\\' => array($vendorDir . '/picqer/php-barcode-generator/src'),
'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'),
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
'PhpDocReader\\' => array($vendorDir . '/php-di/phpdoc-reader/src/PhpDocReader'),
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 46e24886..b4a00877 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -141,6 +141,7 @@ class ComposerStaticInitcefecbcff919f3c1c8084830bbb72adc
'Psr\\Container\\' => 14,
'Psr\\Clock\\' => 10,
'Psr\\Cache\\' => 10,
+ 'Picqer\\Barcode\\' => 15,
'PhpOption\\' => 10,
'PhpOffice\\PhpSpreadsheet\\' => 25,
'PhpDocReader\\' => 13,
@@ -479,6 +480,10 @@ class ComposerStaticInitcefecbcff919f3c1c8084830bbb72adc
array (
0 => __DIR__ . '/..' . '/psr/cache/src',
),
+ 'Picqer\\Barcode\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/picqer/php-barcode-generator/src',
+ ),
'PhpOption\\' =>
array (
0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption',
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 99c51c0e..7c04a897 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -3408,6 +3408,102 @@
],
"install-path": "../phpoption/phpoption"
},
+ {
+ "name": "picqer/php-barcode-generator",
+ "version": "v2.4.0",
+ "version_normalized": "2.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/picqer/php-barcode-generator.git",
+ "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/4cec18909dffd86e14beb69b1040f2520c2e1bb1",
+ "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1",
+ "shasum": "",
+ "mirrors": [
+ {
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
+ "preferred": true
+ }
+ ]
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "php": "^7.3|^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5"
+ },
+ "suggest": {
+ "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
+ "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
+ "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
+ },
+ "time": "2023-09-16T08:58:52+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Picqer\\Barcode\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Nicola Asuni",
+ "email": "info@tecnick.com",
+ "homepage": "http://nicolaasuni.tecnick.com"
+ },
+ {
+ "name": "Casper Bakker",
+ "email": "info@picqer.com",
+ "homepage": "https://picqer.com"
+ }
+ ],
+ "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.",
+ "homepage": "https://github.com/picqer/php-barcode-generator",
+ "keywords": [
+ "CODABAR",
+ "Code11",
+ "Code93",
+ "EAN13",
+ "KIX",
+ "KIXCODE",
+ "MSI",
+ "POSTNET",
+ "Pharma",
+ "Standard 2 of 5",
+ "barcode",
+ "barcode generator",
+ "code128",
+ "code39",
+ "ean",
+ "html",
+ "jpeg",
+ "jpg",
+ "php",
+ "png",
+ "svg",
+ "upc"
+ ],
+ "support": {
+ "issues": "https://github.com/picqer/php-barcode-generator/issues",
+ "source": "https://github.com/picqer/php-barcode-generator/tree/v2.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/casperbakker",
+ "type": "github"
+ }
+ ],
+ "install-path": "../picqer/php-barcode-generator"
+ },
{
"name": "pimple/pimple",
"version": "v3.5.0",
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 412a0844..43e1d6ee 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -1,9 +1,9 @@
array(
'name' => 'workerman/webman',
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => null,
+ 'pretty_version' => 'dev-main',
+ 'version' => 'dev-main',
+ 'reference' => '4b5122f1ac239cde50650106617717ac4ed3db2b',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -457,6 +457,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'picqer/php-barcode-generator' => array(
+ 'pretty_version' => 'v2.4.0',
+ 'version' => '2.4.0.0',
+ 'reference' => '4cec18909dffd86e14beb69b1040f2520c2e1bb1',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../picqer/php-barcode-generator',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'pimple/pimple' => array(
'pretty_version' => 'v3.5.0',
'version' => '3.5.0.0',
@@ -1029,9 +1038,9 @@
'dev_requirement' => false,
),
'workerman/webman' => array(
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => null,
+ 'pretty_version' => 'dev-main',
+ 'version' => 'dev-main',
+ 'reference' => '4b5122f1ac239cde50650106617717ac4ed3db2b',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
diff --git a/vendor/picqer/php-barcode-generator/.github/FUNDING.yml b/vendor/picqer/php-barcode-generator/.github/FUNDING.yml
new file mode 100644
index 00000000..a8ff52ab
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/.github/FUNDING.yml
@@ -0,0 +1 @@
+github: casperbakker
diff --git a/vendor/picqer/php-barcode-generator/.github/workflows/phpstan.yml b/vendor/picqer/php-barcode-generator/.github/workflows/phpstan.yml
new file mode 100644
index 00000000..7528e817
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/.github/workflows/phpstan.yml
@@ -0,0 +1,29 @@
+name: Static analysis (phpstan)
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+
+ - name: Setup PHP
+ uses: shivammathur/setup-php@v2
+ with:
+ php-version: 8.2
+ extensions: mbstring, gd, bcmath, imagick
+
+ - name: Install dependencies
+ run: composer install --prefer-dist --no-progress --no-interaction
+
+ - name: Run analysis
+ run: vendor/bin/phpstan --error-format=github --no-progress
diff --git a/vendor/picqer/php-barcode-generator/.github/workflows/phpunit.yml b/vendor/picqer/php-barcode-generator/.github/workflows/phpunit.yml
new file mode 100644
index 00000000..cfd73aff
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/.github/workflows/phpunit.yml
@@ -0,0 +1,36 @@
+name: Unit tests (phpunit)
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
+
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+
+ - name: Setup PHP
+ uses: shivammathur/setup-php@v2
+ with:
+ php-version: ${{ matrix.php-versions }}
+ extensions: mbstring, gd, bcmath, imagick
+
+ - name: Validate composer.json
+ run: composer validate
+
+ - name: Install dependencies
+ run: composer install --prefer-dist --no-progress --no-interaction
+
+ - name: Run test suite
+ run: composer run-script test
diff --git a/vendor/picqer/php-barcode-generator/.gitignore b/vendor/picqer/php-barcode-generator/.gitignore
new file mode 100644
index 00000000..71981a6c
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/.gitignore
@@ -0,0 +1,5 @@
+vendor
+composer.lock
+composer.phar
+.phpunit.result.cache
+.DS_Store
diff --git a/vendor/picqer/php-barcode-generator/LICENSE.md b/vendor/picqer/php-barcode-generator/LICENSE.md
new file mode 100644
index 00000000..65c5ca88
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/LICENSE.md
@@ -0,0 +1,165 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+ This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+ 0. Additional Definitions.
+
+ As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+ "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+ An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+ A "Combined Work" is a work produced by combining or linking an
+Application with the Library. The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+ The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+ The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+ 1. Exception to Section 3 of the GNU GPL.
+
+ You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+ 2. Conveying Modified Versions.
+
+ If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+ a) under this License, provided that you make a good faith effort to
+ ensure that, in the event an Application does not supply the
+ function or data, the facility still operates, and performs
+ whatever part of its purpose remains meaningful, or
+
+ b) under the GNU GPL, with none of the additional permissions of
+ this License applicable to that copy.
+
+ 3. Object Code Incorporating Material from Library Header Files.
+
+ The object code form of an Application may incorporate material from
+a header file that is part of the Library. You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+ a) Give prominent notice with each copy of the object code that the
+ Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the object code with a copy of the GNU GPL and this license
+ document.
+
+ 4. Combined Works.
+
+ You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+ a) Give prominent notice with each copy of the Combined Work that
+ the Library is used in it and that the Library and its use are
+ covered by this License.
+
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
+ document.
+
+ c) For a Combined Work that displays copyright notices during
+ execution, include the copyright notice for the Library among
+ these notices, as well as a reference directing the user to the
+ copies of the GNU GPL and this license document.
+
+ d) Do one of the following:
+
+ 0) Convey the Minimal Corresponding Source under the terms of this
+ License, and the Corresponding Application Code in a form
+ suitable for, and under terms that permit, the user to
+ recombine or relink the Application with a modified version of
+ the Linked Version to produce a modified Combined Work, in the
+ manner specified by section 6 of the GNU GPL for conveying
+ Corresponding Source.
+
+ 1) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (a) uses at run time
+ a copy of the Library already present on the user's computer
+ system, and (b) will operate properly with a modified version
+ of the Library that is interface-compatible with the Linked
+ Version.
+
+ e) Provide Installation Information, but only if you would otherwise
+ be required to provide such information under section 6 of the
+ GNU GPL, and only to the extent that such information is
+ necessary to install and execute a modified version of the
+ Combined Work produced by recombining or relinking the
+ Application with a modified version of the Linked Version. (If
+ you use option 4d0, the Installation Information must accompany
+ the Minimal Corresponding Source and Corresponding Application
+ Code. If you use option 4d1, you must provide the Installation
+ Information in the manner specified by section 6 of the GNU GPL
+ for conveying Corresponding Source.)
+
+ 5. Combined Libraries.
+
+ You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+ a) Accompany the combined library with a copy of the same work based
+ on the Library, uncombined with any other library facilities,
+ conveyed under the terms of this License.
+
+ b) Give prominent notice with the combined library that part of it
+ is a work based on the Library, and explaining where to find the
+ accompanying uncombined form of the same work.
+
+ 6. Revised Versions of the GNU Lesser General Public License.
+
+ The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+ If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/vendor/picqer/php-barcode-generator/Readme.md b/vendor/picqer/php-barcode-generator/Readme.md
new file mode 100644
index 00000000..dfdfea25
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/Readme.md
@@ -0,0 +1,129 @@
+# PHP Barcode Generator
+
+
+
+
+This is an easy to use, non-bloated, framework independent, barcode generator in PHP. It uses zero(!) composer dependencies and is only a handful of files. Probably the reason that this is the most downloaded barcode generator for PHP on Packagist. ;)
+
+It creates SVG, PNG, JPG and HTML images, from the most used 1D barcode standards.
+
+*The codebase is based on the [TCPDF barcode generator](https://github.com/tecnickcom/TCPDF) by Nicola Asuni. This code is therefor licensed under LGPLv3.*
+
+## No support for...
+- No support for any **2D** barcodes, like QR codes.
+- We only generate the 'bars' part of a barcode, without text below the barcode. If you want text of the code below the barcode, you could add it later to the output of this package.
+
+## Installation
+Install through [composer](https://getcomposer.org/doc/00-intro.md):
+
+```
+composer require picqer/php-barcode-generator
+```
+
+If you want to generate PNG or JPG images, you need the GD library or Imagick installed on your system as well.
+
+## Usage
+Initiate the barcode generator for the output you want, then call the ->getBarcode() routine as many times as you want.
+
+```php
+getBarcode('081231723897', $generator::TYPE_CODE_128);
+```
+
+Will result in this beauty:
+
+
+The `getBarcode()` method accepts the following parameters:
+- `$barcode` String needed to encode in the barcode
+- `$type` Type of barcode, use the constants defined in the class
+- `$widthFactor` Width is based on the length of the data, with this factor you can make the barcode bars wider than default
+- `$height` The total height of the barcode in pixels
+- `$foregroundColor` Hex code as string, or array of RGB, of the colors of the bars (the foreground color)
+
+Example of usage of all parameters:
+
+```php
+getBarcode('081231723897', $generator::TYPE_CODE_128, 3, 50, $redColor));
+```
+
+## Image types
+```php
+$generatorSVG = new Picqer\Barcode\BarcodeGeneratorSVG(); // Vector based SVG
+$generatorPNG = new Picqer\Barcode\BarcodeGeneratorPNG(); // Pixel based PNG
+$generatorJPG = new Picqer\Barcode\BarcodeGeneratorJPG(); // Pixel based JPG
+$generatorHTML = new Picqer\Barcode\BarcodeGeneratorHTML(); // Pixel based HTML
+$generatorHTML = new Picqer\Barcode\BarcodeGeneratorDynamicHTML(); // Vector based HTML
+```
+
+## Accepted barcode types
+These barcode types are supported. All types support different character sets or have mandatory lengths. Please see wikipedia for supported chars and lengths per type.
+
+Most used types are TYPE_CODE_128 and TYPE_CODE_39. Because of the best scanner support, variable length and most chars supported.
+
+- TYPE_CODE_32 (italian pharmaceutical code 'MINSAN')
+- TYPE_CODE_39
+- TYPE_CODE_39_CHECKSUM
+- TYPE_CODE_39E
+- TYPE_CODE_39E_CHECKSUM
+- TYPE_CODE_93
+- TYPE_STANDARD_2_5
+- TYPE_STANDARD_2_5_CHECKSUM
+- TYPE_INTERLEAVED_2_5
+- TYPE_INTERLEAVED_2_5_CHECKSUM
+- TYPE_CODE_128
+- TYPE_CODE_128_A
+- TYPE_CODE_128_B
+- TYPE_CODE_128_C
+- TYPE_EAN_2
+- TYPE_EAN_5
+- TYPE_EAN_8
+- TYPE_EAN_13
+- TYPE_ITF14 (Also known as GTIN-14)
+- TYPE_UPC_A
+- TYPE_UPC_E
+- TYPE_MSI
+- TYPE_MSI_CHECKSUM
+- TYPE_POSTNET
+- TYPE_PLANET
+- TYPE_RMS4CC
+- TYPE_KIX
+- TYPE_IMB
+- TYPE_CODABAR
+- TYPE_CODE_11
+- TYPE_PHARMA_CODE
+- TYPE_PHARMA_CODE_TWO_TRACKS
+
+[See example images for all supported barcode types](examples.md)
+
+## A note about PNG and JPG images
+If you want to use PNG or JPG images, you need to install [Imagick](https://www.php.net/manual/en/intro.imagick.php) or the [GD library](https://www.php.net/manual/en/intro.image.php). This package will use Imagick if that is installed, or fall back to GD. If you have both installed but you want a specific method, you can use `$generator->useGd()` or `$generator->useImagick()` to force your preference.
+
+## Examples
+
+### Embedded PNG image in HTML
+```php
+$generator = new Picqer\Barcode\BarcodeGeneratorPNG();
+echo '';
+```
+
+### Save JPG barcode to disk
+```php
+$generator = new Picqer\Barcode\BarcodeGeneratorJPG();
+file_put_contents('barcode.jpg', $generator->getBarcode('081231723897', $generator::TYPE_CODABAR));
+```
+
+### Oneliner SVG output to disk
+```php
+file_put_contents('barcode.svg', (new Picqer\Barcode\BarcodeGeneratorSVG())->getBarcode('6825ME601', Picqer\Barcode\BarcodeGeneratorSVG::TYPE_KIX));
+```
diff --git a/vendor/picqer/php-barcode-generator/composer.json b/vendor/picqer/php-barcode-generator/composer.json
new file mode 100644
index 00000000..3328695c
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/composer.json
@@ -0,0 +1,41 @@
+{
+ "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": "https://github.com/picqer/php-barcode-generator",
+ "license": "LGPL-3.0-or-later",
+ "authors": [
+ {
+ "name": "Nicola Asuni",
+ "email": "info@tecnick.com",
+ "homepage": "http://nicolaasuni.tecnick.com"
+ },
+ {
+ "name": "Casper Bakker",
+ "email": "info@picqer.com",
+ "homepage": "https://picqer.com"
+ }
+ ],
+ "require": {
+ "php": "^7.3|^8.0",
+ "ext-mbstring": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5",
+ "phpstan/phpstan": "^1.10"
+ },
+ "suggest": {
+ "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
+ "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
+ "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
+ },
+ "autoload": {
+ "psr-4": {
+ "Picqer\\Barcode\\": "src"
+ }
+ },
+ "scripts": {
+ "test": "vendor/bin/phpunit"
+ }
+}
diff --git a/vendor/picqer/php-barcode-generator/examples.md b/vendor/picqer/php-barcode-generator/examples.md
new file mode 100644
index 00000000..00329a5b
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/examples.md
@@ -0,0 +1,139 @@
+# Examples of supported barcodes
+
+These are examples of supported barcodes with this library.
+
+
+
+### C39
+
+
+
+### C39+
+
+
+
+### C39E
+
+
+
+### C39E+
+
+
+
+### C93
+
+
+
+### S25
+
+
+
+### S25+
+
+
+
+### I25
+
+
+
+### I25+
+
+
+
+### EAN13
+
+
+
+
+
+
+
+### ITF14
+
+
+
+
+
+### C128
+
+
+
+
+
+### C128A
+
+
+
+### C128B
+
+
+
+
+
+### EAN2
+
+
+
+### EAN5
+
+
+
+### EAN8
+
+
+
+### UPCA
+
+
+
+### UPCE
+
+
+
+### MSI
+
+
+
+### MSI+
+
+
+
+### POSTNET
+
+
+
+### PLANET
+
+
+
+### RMS4CC
+
+
+
+### KIX
+
+
+
+### IMB
+
+
+
+### CODABAR
+
+
+
+### CODE11
+
+
+
+### PHARMA
+
+
+
+### PHARMA2T
+
+
+
+
+
+*This file is generated by generate-examples.php*
\ No newline at end of file
diff --git a/vendor/picqer/php-barcode-generator/generate-examples.php b/vendor/picqer/php-barcode-generator/generate-examples.php
new file mode 100644
index 00000000..5929908f
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/generate-examples.php
@@ -0,0 +1,26 @@
+getBarcode('081231723897', $generatorSVG::TYPE_EAN_13));
+file_put_contents('tests/verified-files/081231723897-ean13-fractional-width.svg', $generatorSVG->getBarcode('081231723897', $generatorSVG::TYPE_EAN_13, 0.25, 25.75));
+
+$generatorHTML = new Picqer\Barcode\BarcodeGeneratorHTML();
+file_put_contents('tests/verified-files/081231723897-code128.html', $generatorHTML->getBarcode('081231723897', $generatorHTML::TYPE_CODE_128));
+
+file_put_contents('tests/verified-files/12345678903-imb.html', $generatorHTML->getBarcode('12345678903', $generatorHTML::TYPE_IMB));
+
+$generatorDynamicHTML = new Picqer\Barcode\BarcodeGeneratorDynamicHTML();
+file_put_contents('tests/verified-files/081231723897-dynamic-code128.html', $generatorDynamicHTML->getBarcode('081231723897', $generatorDynamicHTML::TYPE_CODE_128));
+
+file_put_contents('tests/verified-files/12345678903-dynamic-imb.html', $generatorDynamicHTML->getBarcode('12345678903', $generatorDynamicHTML::TYPE_IMB));
+
+$generatorSVG = new Picqer\Barcode\BarcodeGeneratorSVG();
+file_put_contents('tests/verified-files/0049000004632-ean13.svg', $generatorSVG->getBarcode('0049000004632', $generatorSVG::TYPE_EAN_13));
+
+
+// New style of verified files
+require(__DIR__ . '/tests/VerifiedBarcodeTest.php');
+$verifiedFiles = VerifiedBarcodeTest::$supportedBarcodes;
+
+$generatorSVG = new Picqer\Barcode\BarcodeGeneratorSVG();
+foreach ($verifiedFiles as $verifiedFile) {
+ foreach ($verifiedFile['barcodes'] as $barcode) {
+ file_put_contents('tests/verified-files/' . getSaveFilename($verifiedFile['type'] . '-' . $barcode) . '.svg', $generatorSVG->getBarcode($barcode, $verifiedFile['type']));
+ }
+}
diff --git a/vendor/picqer/php-barcode-generator/phpstan.neon.dist b/vendor/picqer/php-barcode-generator/phpstan.neon.dist
new file mode 100644
index 00000000..04053543
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/phpstan.neon.dist
@@ -0,0 +1,4 @@
+parameters:
+ paths:
+ - src
+ level: 4
diff --git a/vendor/picqer/php-barcode-generator/phpunit.xml b/vendor/picqer/php-barcode-generator/phpunit.xml
new file mode 100644
index 00000000..9f49e2cf
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/phpunit.xml
@@ -0,0 +1,13 @@
+
+
+
+
+ ./src
+
+
+
+
+ ./tests/
+
+
+
diff --git a/vendor/picqer/php-barcode-generator/src/Barcode.php b/vendor/picqer/php-barcode-generator/src/Barcode.php
new file mode 100644
index 00000000..4ab9f20e
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/src/Barcode.php
@@ -0,0 +1,43 @@
+barcode = $barcode;
+ }
+
+ public function addBar(BarcodeBar $bar)
+ {
+ $this->bars[] = $bar;
+ $this->width += $bar->getWidth();
+ $this->height = max($this->height, $bar->getHeight());
+ }
+
+ public function getBarcode(): string
+ {
+ return $this->barcode;
+ }
+
+ public function getWidth(): int
+ {
+ return $this->width;
+ }
+
+ public function getHeight(): int
+ {
+ return $this->height;
+ }
+
+ public function getBars(): array
+ {
+ return $this->bars;
+ }
+}
\ No newline at end of file
diff --git a/vendor/picqer/php-barcode-generator/src/BarcodeBar.php b/vendor/picqer/php-barcode-generator/src/BarcodeBar.php
new file mode 100644
index 00000000..332a6612
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/src/BarcodeBar.php
@@ -0,0 +1,42 @@
+width = $width;
+ $this->height = $height;
+ $this->positionVertical = $positionVertical;
+ $this->type = $drawBar ? self::TYPE_BAR : self::TYPE_SPACING;
+ }
+
+ public function getWidth(): int
+ {
+ return $this->width;
+ }
+
+ public function getHeight(): int
+ {
+ return $this->height;
+ }
+
+ public function getPositionVertical(): int
+ {
+ return $this->positionVertical;
+ }
+
+ public function isBar(): bool
+ {
+ return $this->type === self::TYPE_BAR;
+ }
+}
\ No newline at end of file
diff --git a/vendor/picqer/php-barcode-generator/src/BarcodeGenerator.php b/vendor/picqer/php-barcode-generator/src/BarcodeGenerator.php
new file mode 100644
index 00000000..d7c1b2e8
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/src/BarcodeGenerator.php
@@ -0,0 +1,220 @@
+.
+//
+// See LICENSE.TXT file for more information.
+
+namespace Picqer\Barcode;
+
+use Picqer\Barcode\Exceptions\UnknownTypeException;
+use Picqer\Barcode\Types\TypeCodabar;
+use Picqer\Barcode\Types\TypeCode11;
+use Picqer\Barcode\Types\TypeCode128;
+use Picqer\Barcode\Types\TypeCode128A;
+use Picqer\Barcode\Types\TypeCode128B;
+use Picqer\Barcode\Types\TypeCode128C;
+use Picqer\Barcode\Types\TypeCode32;
+use Picqer\Barcode\Types\TypeCode39;
+use Picqer\Barcode\Types\TypeCode39Checksum;
+use Picqer\Barcode\Types\TypeCode39Extended;
+use Picqer\Barcode\Types\TypeCode39ExtendedChecksum;
+use Picqer\Barcode\Types\TypeCode93;
+use Picqer\Barcode\Types\TypeEan13;
+use Picqer\Barcode\Types\TypeEan8;
+use Picqer\Barcode\Types\TypeIntelligentMailBarcode;
+use Picqer\Barcode\Types\TypeInterleaved25;
+use Picqer\Barcode\Types\TypeInterleaved25Checksum;
+use Picqer\Barcode\Types\TypeITF14;
+use Picqer\Barcode\Types\TypeKix;
+use Picqer\Barcode\Types\TypeMsi;
+use Picqer\Barcode\Types\TypeMsiChecksum;
+use Picqer\Barcode\Types\TypePharmacode;
+use Picqer\Barcode\Types\TypePharmacodeTwoCode;
+use Picqer\Barcode\Types\TypePlanet;
+use Picqer\Barcode\Types\TypePostnet;
+use Picqer\Barcode\Types\TypeRms4cc;
+use Picqer\Barcode\Types\TypeStandard2of5;
+use Picqer\Barcode\Types\TypeStandard2of5Checksum;
+use Picqer\Barcode\Types\TypeTelepen;
+use Picqer\Barcode\Types\TypeUpcA;
+use Picqer\Barcode\Types\TypeUpcE;
+use Picqer\Barcode\Types\TypeUpcExtension2;
+use Picqer\Barcode\Types\TypeUpcExtension5;
+
+abstract class BarcodeGenerator
+{
+ const TYPE_CODE_32 = 'C32';
+ const TYPE_CODE_39 = 'C39';
+ const TYPE_CODE_39_CHECKSUM = 'C39+';
+ const TYPE_CODE_39E = 'C39E'; // CODE 39 EXTENDED
+ const TYPE_CODE_39E_CHECKSUM = 'C39E+'; // CODE 39 EXTENDED + CHECKSUM
+ const TYPE_CODE_93 = 'C93';
+ const TYPE_STANDARD_2_5 = 'S25';
+ const TYPE_STANDARD_2_5_CHECKSUM = 'S25+';
+ const TYPE_INTERLEAVED_2_5 = 'I25';
+ const TYPE_INTERLEAVED_2_5_CHECKSUM = 'I25+';
+ const TYPE_ITF_14 = 'ITF14';
+ const TYPE_CODE_128 = 'C128';
+ const TYPE_CODE_128_A = 'C128A';
+ const TYPE_CODE_128_B = 'C128B';
+ const TYPE_CODE_128_C = 'C128C';
+ const TYPE_EAN_2 = 'EAN2'; // 2-Digits UPC-Based Extention
+ const TYPE_EAN_5 = 'EAN5'; // 5-Digits UPC-Based Extention
+ const TYPE_EAN_8 = 'EAN8';
+ const TYPE_EAN_13 = 'EAN13';
+ const TYPE_UPC_A = 'UPCA';
+ const TYPE_UPC_E = 'UPCE';
+ const TYPE_MSI = 'MSI'; // MSI (Variation of Plessey code)
+ const TYPE_MSI_CHECKSUM = 'MSI+'; // MSI + CHECKSUM (modulo 11)
+ const TYPE_POSTNET = 'POSTNET';
+ const TYPE_PLANET = 'PLANET';
+ const TYPE_TELEPEN_ALPHA = 'TELEPENALPHA';
+ const TYPE_TELEPEN_NUMERIC = 'TELEPENNUMERIC';
+ const TYPE_RMS4CC = 'RMS4CC'; // RMS4CC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code)
+ const TYPE_KIX = 'KIX'; // KIX (Klant index - Customer index)
+ const TYPE_IMB = 'IMB'; // IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200
+ const TYPE_CODABAR = 'CODABAR';
+ const TYPE_CODE_11 = 'CODE11';
+ const TYPE_PHARMA_CODE = 'PHARMA';
+ const TYPE_PHARMA_CODE_TWO_TRACKS = 'PHARMA2T';
+
+ protected function getBarcodeData(string $code, string $type): Barcode
+ {
+ $barcodeDataBuilder = $this->createDataBuilderForType($type);
+
+ return $barcodeDataBuilder->getBarcodeData($code);
+ }
+
+ protected function createDataBuilderForType(string $type)
+ {
+ switch (strtoupper($type)) {
+ case self::TYPE_CODE_32:
+ return new TypeCode32();
+
+ case self::TYPE_CODE_39:
+ return new TypeCode39();
+
+ case self::TYPE_CODE_39_CHECKSUM:
+ return new TypeCode39Checksum();
+
+ case self::TYPE_CODE_39E:
+ return new TypeCode39Extended();
+
+ case self::TYPE_CODE_39E_CHECKSUM:
+ return new TypeCode39ExtendedChecksum();
+
+ case self::TYPE_CODE_93:
+ return new TypeCode93();
+
+ case self::TYPE_STANDARD_2_5:
+ return new TypeStandard2of5();
+
+ case self::TYPE_STANDARD_2_5_CHECKSUM:
+ return new TypeStandard2of5Checksum();
+
+ case self::TYPE_INTERLEAVED_2_5:
+ return new TypeInterleaved25();
+
+ case self::TYPE_INTERLEAVED_2_5_CHECKSUM:
+ return new TypeInterleaved25Checksum();
+
+ case self::TYPE_ITF_14:
+ return new TypeITF14();
+
+ case self::TYPE_CODE_128:
+ return new TypeCode128();
+
+ case self::TYPE_CODE_128_A:
+ return new TypeCode128A();
+
+ case self::TYPE_CODE_128_B:
+ return new TypeCode128B();
+
+ case self::TYPE_CODE_128_C:
+ return new TypeCode128C();
+
+ case self::TYPE_EAN_2:
+ return new TypeUpcExtension2();
+
+ case self::TYPE_EAN_5:
+ return new TypeUpcExtension5();
+
+ case self::TYPE_EAN_8:
+ return new TypeEan8();
+
+ case self::TYPE_EAN_13:
+ return new TypeEan13();
+
+ case self::TYPE_UPC_A:
+ return new TypeUpcA();
+
+ case self::TYPE_UPC_E:
+ return new TypeUpcE();
+
+ case self::TYPE_MSI:
+ return new TypeMsi();
+
+ case self::TYPE_MSI_CHECKSUM:
+ return new TypeMsiChecksum();
+
+ case self::TYPE_POSTNET:
+ return new TypePostnet();
+
+ case self::TYPE_PLANET:
+ return new TypePlanet();
+
+ case self::TYPE_RMS4CC:
+ return new TypeRms4cc();
+
+ case self::TYPE_KIX:
+ return new TypeKix();
+
+ case self::TYPE_IMB:
+ return new TypeIntelligentMailBarcode();
+
+ case self::TYPE_CODABAR:
+ return new TypeCodabar();
+
+ case self::TYPE_CODE_11:
+ return new TypeCode11();
+
+ case self::TYPE_PHARMA_CODE:
+ return new TypePharmacode();
+
+ case self::TYPE_PHARMA_CODE_TWO_TRACKS:
+ return new TypePharmacodeTwoCode();
+
+ case self::TYPE_TELEPEN_ALPHA:
+ return new TypeTelepen();
+
+ case self::TYPE_TELEPEN_NUMERIC:
+ return new TypeTelepen('numeric');
+
+ }
+
+ throw new UnknownTypeException();
+ }
+}
diff --git a/vendor/picqer/php-barcode-generator/src/BarcodeGeneratorDynamicHTML.php b/vendor/picqer/php-barcode-generator/src/BarcodeGeneratorDynamicHTML.php
new file mode 100644
index 00000000..57ce23ea
--- /dev/null
+++ b/vendor/picqer/php-barcode-generator/src/BarcodeGeneratorDynamicHTML.php
@@ -0,0 +1,44 @@
+getBarcodeData($barcode, $type);
+
+ $html = '
The Barcode Identifier shall be assigned by USPS to encode the
+ * presort identification that is currently printed in human readable form on the optional endorsement line (OEL)
+ * as well as for future USPS use. This shall be two digits, with the second digit in the range of 0–4. The
+ * allowable encoding ranges shall be 00–04, 10–14, 20–24, 30–34, 40–44, 50–54, 60–64, 70–74, 80–84, and
+ * 90–94.
The Service Type Identifier shall be assigned by USPS for any combination of services requested
+ * on the mailpiece. The allowable encoding range shall be 000http://it2.php.net/manual/en/function.dechex.php–999.
+ * Each 3-digit value shall correspond to a particular mail class with a particular combination of service(s). Each
+ * service program, such as OneCode Confirm and OneCode ACS, shall provide the list of Service Type Identifier
+ * values.
The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number
+ * that identifies a business entity. The allowable encoding range for the 6 digit Mailer ID shall be 000000-
+ * 899999, while the allowable encoding range for the 9 digit Mailer ID shall be 900000000-999999999.
The
+ * Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces. The
+ * allowable encoding range shall be 000000000–999999999 when used with a 6 digit Mailer ID and 000000-999999 when
+ * used with a 9 digit Mailer ID. e. The Delivery Point ZIP Code shall be assigned by the mailer for routing the
+ * mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point. The length may be
+ * 0, 5, 9, or 11 digits. The allowable encoding ranges shall be no ZIP Code, 00000–99999, 000000000–999999999,
+ * and 00000000000–99999999999.