- Notifications
You must be signed in to change notification settings - Fork326
This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-ASL-2.0MIT
LICENSE-MITNotificationsYou must be signed in to change notification settings
khanamiryan/php-qrcode-detector-decoder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a PHP library to detect and decode QR-codes.
This is first and only QR code reader that works without extensions.
Ported fromZXing library
The recommended method of installing this library is viaComposer.
Run the following command from your project root:
$ composer require khanamiryan/qrcode-detector-decoder
require__DIR__ ."/vendor/autoload.php";useZxing\QrReader;$qrcode =newQrReader('path/to_image');$text =$qrcode->text();//return decoded text from QR Code
- PHP >= 8.1
- GD Library
You can help the project by adding features, cleaning the code, adding composer and other.
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
About
This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.
Topics
Resources
License
Apache-2.0, MIT licenses found
Licenses found
Apache-2.0
LICENSE-ASL-2.0MIT
LICENSE-MITUh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.