phpqrcode 1.1.4-1 source package in Ubuntu

Changelog

phpqrcode (1.1.4-1) unstable; urgency=low


  * Initial release. (Closes: #698683)

 -- Thijs Kinkhorst <email address hidden>  Wed, 23 Jan 2013 14:18:49 +0100

Upload details

Uploaded by:
Thijs Kinkhorst
Uploaded to:
Sid
Original maintainer:
Thijs Kinkhorst
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
phpqrcode_1.1.4-1.dsc 1.4 KiB 30a9422c372b6f821eb06368325882e9eb02db65e2555a794765a6a9c0f1f18a
phpqrcode_1.1.4.orig.tar.gz 135.6 KiB 301dfdec656160cfc835cf51033e2af4586561e2afe3d1d7efbb1c67fc97fff4
phpqrcode_1.1.4-1.debian.tar.gz 2.2 KiB 901253ad48c767bb99f9f557a242795ddfef7f6ede3c23ffeaa97a584e2623c0

No changes file available.

Binary packages built by this source

phpqrcode: 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