/sfDataMatrixPlugin

Support of Data matrix codes in symfony 1.x. Fork me, I'm famous!

Primary LanguagePHPMIT LicenseMIT

sfDataMatrixPlugin
==================

Installation
------------

You have to install [libdmtx](http://www.libdmtx.org/downloads.php libdmtx) first.
And then the plugin itself:

    symfony plugin:install sfDataMatrixPlugin --stability="beta"


Usage
-----

The sfDataMatrix plugin provides helper to create Data matrix code image in your symfony 1.x projects.

    [php]
    <?php use_helper('Datamatrix'?>
    <?php echo datamatrix('http://github.com/libcast/sfDataMatrixPlugin');?>