README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. This is PHP implementation of QR Code 2-D barcode generator. It is pure-php
  2. LGPL-licensed implementation based on C libqrencode by Kentaro Fukuchi.
  3. == LICENSING ==
  4. Copyright (C) 2010 by Dominik Dzienia
  5. This library is free software; you can redistribute it and/or modify it under
  6. the terms of the GNU Lesser General Public License as published by the Free
  7. Software Foundation; either version 3 of the License, or any later version.
  8. This library is distributed in the hope that it will be useful, but WITHOUT ANY
  9. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. PARTICULAR PURPOSE. See the GNU Lesser General Public License (LICENSE file)
  11. for more details.
  12. You should have received a copy of the GNU Lesser General Public License along
  13. with this library; if not, write to the Free Software Foundation, Inc., 51
  14. Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  15. == INSTALATION AND USAGE ==
  16. * INSTALL file
  17. * http://sourceforge.net/apps/mediawiki/phpqrcode/index.php?title=Main_Page
  18. == CONTACT ==
  19. Fell free to contact me via e-mail (deltalab at poczta dot fm) or using
  20. folowing project pages:
  21. * http://sourceforge.net/projects/phpqrcode/
  22. * http://phpqrcode.sourceforge.net/
  23. == ACKNOWLEDGMENTS ==
  24. Based on C libqrencode library (ver. 3.1.1)
  25. Copyright (C) 2006-2010 by Kentaro Fukuchi
  26. http://megaui.net/fukuchi/works/qrencode/index.en.html
  27. QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other
  28. countries.
  29. Reed-Solomon code encoder is written by Phil Karn, KA9Q.
  30. Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q