gheggie/silverstripe-barcode

Barcode generator forked from emberlabs/barcode

Installs: 50

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 31

Type:silverstripe-module

v0.1 2016-11-14 17:23 UTC

This package is not auto-updated.

Last update: 2024-03-18 15:47:09 UTC


README

Perhaps the biggest issue I encountered when creating an inventory management system for a client was the fact that there was no unified framework for barcode generation in PHP that was reasonable in price, much less Open Source. I hope to fill this gaping hole in the market today with Barcode Generator for PHP.

License

In order to facilitate a wide range of usage, the MIT License was adopted for this library.

Usage

I have an example index.php on gist. This assumes you have the repo cloned in include/ relative to the this index file: index.php

Supported Codes

Some are planned, others are complete.

  • Code39 DONE
  • Code128 DONE
  • Codabar DONE
  • QRCode In Progress
  • DataMatrix Not Started
  • UPC Not Started
  • PDF417 Discontinued

Contribute

If you have something to add (maybe a new barcode) or just a bug fix, please send me a pull request and I will be sure to respond or even merge it. I am always looking for help with these projects, so don't be shy.