2017 © Pedro Peláez
 

library metzli

PHP library to generate Aztec barcodes

image

jwadin/metzli

PHP library to generate Aztec barcodes

  • Tuesday, January 9, 2018
  • by jwadin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Metzli

Build Status, (*1)

Metzli is a PHP library to generate Aztec 2D barcodes., (*2)

Aztec code example, (*3)

Installing

Just install Composer and run composer require z38/metzli in your project directory., (*4)

Usage

Using Metzli in your existing project is very easy:, (*5)


require 'vendor/autoload.php'; use Metzli\Encoder\Encoder; use Metzli\Renderer\PngRenderer; // ... some awesome code here ... $code = Encoder::encode('Hello World!'); $renderer = new PngRenderer(); header('Content-Type: image/png'); echo $renderer->render($code);

Contributing

If you want to get your hands dirty, great! Here's a couple of steps/guidelines:, (*6)

  • Fork this repository
  • Add your changes & tests for those changes (in tests/).
  • Remember to stick to the existing code style as best as possible. When in doubt, follow PSR-2.
  • Send me a pull request!

If you don't want to go through all this, but still found something wrong or missing, please let me know, and/or open a new issue report so that I or others may take care of it., (*7)

Credits

Metzli is heavily based on ZXing and is basically a port of its Aztec encoding part., (*8)

The Versions

09/01 2018

dev-master

9999999-dev https://github.com/z38/metzli

PHP library to generate Aztec barcodes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

library barcode aztec 2d-barcode

09/01 2018

v1.0.2

1.0.2.0 https://github.com/z38/metzli

PHP library to generate Aztec barcodes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

library barcode aztec 2d-barcode

06/09 2015

v1.0.1

1.0.1.0 https://github.com/z38/metzli

PHP library to generate Aztec barcodes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

library barcode aztec 2d-barcode

06/09 2015

v1.0.0

1.0.0.0 https://github.com/z38/metzli

PHP library to generate Aztec barcodes

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

library barcode aztec 2d-barcode