lukaszr/matrixcode

Matrixcode generator.

Maintainers

Details

github.com/lukaszr/Matrixcode

Installs: 1 527

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 1

Forks: 0

dev-master 2012-06-07 12:52 UTC

This package is not auto-updated.

Last update: 2020-01-10 14:37:04 UTC


README

Summary

Matrixcode is a PHP library for generating QR codes.

Requirements

  • PHP 5.2 or later
  • GD extension for ImageRenderer

Roadmap

  • make it indepentent from Zend Framework
  • if beneficial use PHP 5.3 features
  • rethink and refactor Renderers
  • add unit tests
  • submit it as a composer package on packagist.org
  • add examples and more documentation

About the project

This library was originaly developed by Peter Minne and published on http://code.google.com/p/zend-framework-matrixcode-module/ As author has no time to maintain the project I have forked it on GitHub. First thing I did was removing the Zend namespace as it's not a part of the framework and it's not related to Zend Company.

License

Library was originaly posted under New BSD License: http://www.opensource.org/licenses/bsd-license.php