Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCGHILMPQRTUVWXZ
]
php-bacon-qr-code2 - QR code generator for PHP
- Website:
- https://github.com/Bacon/BaconQrCode
- Licence:
- BSD
- Vendor:
- Remi Collet
- Description:
BaconQrCode is a port of QR code portion of the ZXing library.
It currently only features the encoder part, but could later
receive the decoder part as well.
As the Reed Solomon codec implementation of the ZXing library
performs quite slow in PHP, it was exchanged with the implementation
by Phil Karn.
Autoloader: /usr/share/php/BaconQrCode2/autoload.php
Packages
php-bacon-qr-code2-2.0.0-1.fc29.remi.noarch
|
[54 KiB]
|
Changelog by Remi Collet (2019-09-02):
- update to 2.0.0
- rename to php-bacon-qr-code2
- move installation to /usr/share/php/BaconQrCode2
- raise dependency on PHP 7.1
- add dependency on dasprid/enum
- use phpunit6
- use git snapshot to retrieve test suite
- switch from php-gd to php-imagick
|