qr-code-reader icon indicating copy to clipboard operation
qr-code-reader copied to clipboard

Simple PHP QR Code Reader / Decoder

Results 14 qr-code-reader issues
Sort by recently updated
recently updated
newest added

Hello! Tested on Windows and passed, but on linux failed to load: Zxing\Common\HybridBinarizer because the classloader cannot find under 'common' directory. Please rename the belowing folders to correct it: src/lib/common...

If you have a transparent background png the alpha channel will failing...bugfix: class GDLuminanceSource ... ... public function GDLuminanceSource($gdImage, $width, $height) { ... for ($j = 0; $j < $height;...

Hi! Thanks in advanced for the code! I run it locally and it has no trouble. But when a uset in a Ubuntu 20.04 with nginx or amazon lambda, it...

`Deprecation Notice: Class Zxing\Qrcode\Decoder\DataMask located in ./vendor/libern/qr-code-reader/src/lib/qrcode/decoder/DataMask.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201 ` ![image](https://user-images.githubusercontent.com/10268813/92048025-f466cd80-ed86-11ea-8c60-a7576f3147e6.png) on the Github Actions...

When I run `composer update` on my Symfony application, I receive the error: ``` PHP Fatal error: require(): Failed opening required '/path/to/vendor/composer/../libern/qr-code-reader/src/lib/Common/customFunctions.php' (include_path='.:/usr/share/php') in /path/to/vendor/composer/autoload_real.php on line 69 ``` Version...

`Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Type error: Too few arguments to function Libern\QRCodeReader\lib\QrReader::__construct(), 0 passed in /opt/lampp/htdocs/QR-code/app/Http/Controllers/TestController.php on line 16 and exactly 1 expected" Stacktrace: #52 Symfony\Component\Debug\Exception\FatalThrowableError in /opt/lampp/htdocs/QR-code/vendor/libern/qr-code-reader/src/lib/QrReader.php:53 #51 Libern\QRCodeReader\lib\QrReader:__construct...

``` $content = $this->qrcode($token,$path.$id); $QRCodeReader = new QRCodeReader(); $qrcode_text = $QRCodeReader->decode(base64_encode($content)); var_dump($qrcode_text); ``` ![_20170718222801](https://user-images.githubusercontent.com/12947276/28322340-7163869c-6c08-11e7-8b32-b30c4068b231.png)

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/www/fairwarning_app/vendor/libern/qr-code-reader/src/lib/IMagickLuminanceSource.php on line 63 All of my memory limits are set high. 256MB+