1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: phpqrcode
Section: web
Priority: extra
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 9)
Homepage: http://phpqrcode.sourceforge.net/
Vcs-Svn: https://svn.non-gnu.uvt.nl/uvt-dev/trunk/package/phpqrcode/
Standards-Version: 3.9.4
Package: phpqrcode
Architecture: all
Depends: php5, php5-gd, ${misc:Depends}
Description: PHP library for generating two-dimensional barcodes
PHP QR Code is a library for generating QR Codes, 2-dimensional barcodes.
It is based on the libqrencode C library and provides an API for creating
QR Code barcode images (PNG and JPEG).
.
Some of the library features include:
* Supports QR Code versions (size) 1-40
* Numeric, Alphanumeric, 8-bit and Kanji encoding.
* Exports to PNG, JPEG images, also exports as bit-table
* TCPDF 2-D barcode API integration
* Easy to configure
* Data cache for calculation speed-up
* Debug data dump, error logging, time benchmarking
|