2017 © Pedro Peláez
 

library barcoder

image

kargirwar/barcoder

  • Saturday, June 9, 2018
  • by kargirwar
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

A utility to create barcode representation of ASCII strings. At present only Code 128 is supported. The utility only returns encoded data in string. Actual rendering of the barcode is left to client. Examples of drawing the barcode to PDF are provided., (*1)

Dependencies

php 7+, (*2)

Installation

composer require kargirwar/barcoder, (*3)

Use

require("vendor/autoload.php");
use \Kargirwar\Barcoder\Barcoder;
print_r(Barcoder::encode(Barcoder::CODE_128_C, "1234"));

Licence MIT., (*4)

The Versions

09/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php ^7.0

 

barcode code 128

09/06 2018

v1.2

1.2.0.0

  Sources   Download

MIT

The Requires

  • php ^7.0

 

barcode code 128

04/06 2018

v1.1

1.1.0.0

  Sources   Download

MIT

The Requires

  • php ^7.0

 

barcode code 128

03/06 2018

v1.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • php ^7.0

 

barcode code 128