We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd423f commit dab19f2Copy full SHA for dab19f2
Readme.md
@@ -34,6 +34,9 @@ $generator = new Picqer\Barcode\BarcodeGeneratorHTML();
34
echo $generator->getBarcode('081231723897', $generator::TYPE_CODE_128);
35
```
36
37
+Will result in this beauty:<br>
38
+
39
+
40
The `getBarcode()` method accepts the following parameters:
41
- `$barcode` String needed to encode in the barcode
42
- `$type` Type of barcode, use the constants defined in the class
0 commit comments