{"id":15998277,"url":"https://github.com/yushulx/php-laravel-barcode-qr-reader","last_synced_at":"2025-03-18T01:31:39.347Z","repository":{"id":52082230,"uuid":"518745663","full_name":"yushulx/php-laravel-barcode-qr-reader","owner":"yushulx","description":"A PHP barcode extension implemented with Dynamsoft C++ Barcode SDK","archived":false,"fork":false,"pushed_at":"2024-09-25T06:33:03.000Z","size":35702,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T06:19:22.290Z","etag":null,"topics":["aztec-code","barcode","code128","code39","datamatrix","php","qrcode"],"latest_commit_sha":null,"homepage":"https://www.dynamsoft.com/codepool/php-laravel-barcode-qr-code-reader.html","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yushulx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-28T07:30:38.000Z","updated_at":"2024-11-25T12:32:06.000Z","dependencies_parsed_at":"2024-10-27T17:22:43.494Z","dependency_job_id":null,"html_url":"https://github.com/yushulx/php-laravel-barcode-qr-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fphp-laravel-barcode-qr-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fphp-laravel-barcode-qr-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fphp-laravel-barcode-qr-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fphp-laravel-barcode-qr-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yushulx","download_url":"https://codeload.github.com/yushulx/php-laravel-barcode-qr-reader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243894429,"owners_count":20365030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aztec-code","barcode","code128","code39","datamatrix","php","qrcode"],"created_at":"2024-10-08T08:08:23.229Z","updated_at":"2025-03-18T01:31:35.888Z","avatar_url":"https://github.com/yushulx.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Laravel Barcode QR Code Reader\nThis sample demonstrates how to decode barcodes and QR codes on the server side using the PHP Laravel framework.\n\n## Installation\n- [Composer](https://getcomposer.org/download/)\n    - Windows\n        Run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe)\n    - Linux\n        ```bash\n        php -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\n        php -r \"if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\n        php composer-setup.php\n        php -r \"unlink('composer-setup.php');\"\n        sudo mv composer.phar /usr/local/bin/composer\n        ```\n- [PHP 7.4](https://windows.php.net/download)\n    - Windows\n        \n        [php-7.4.30-nts-Win32-vc15-x64.zip](https://windows.php.net/downloads/releases/php-7.4.30-nts-Win32-vc15-x64.zip)\n    - Linux\n        ```bash\n        sudo apt install php7.4\n        ```\n- Laravel:\n\n    ```bash\n    composer global require laravel/installer\n    ```\n\nCheck the version number in the terminal:\n\n```bash\nphp -v\nPHP 7.4.30 (cli) (built: Jun  7 2022 16:24:55) ( ZTS Visual C++ 2017 x64 )\nCopyright (c) The PHP Group\nZend Engine v3.4.0, Copyright (c) Zend Technologies\n\nphp artisan --version\nLaravel Framework 8.83.23\n```\n\n## Usage\n1. Build and install the [PHP barcode Qr code extension](./ext/dbr).\n2. Apply for a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv\u0026package=cross-platform), and substitute the license key in `app/Http/Controllers/ImageUploadController.php`.\n\n    ```php\n    DBRInitLicense(\"LICENSE-KEY\");\n    ```\n\n3. Run the web application:\n\n    ```bash\n    composer update\n    composer install\n    php artisan serve\n    ```\n4. Visit `http://127.0.0.1:8000/barcode_qr_reader` in a web browser.\n\n    ![PHP laravel barcode Qr code reader](https://www.dynamsoft.com/codepool/img/2022/08/php-laravel-barcode-qr-reader.gif)\n\n## Blog\n[How to Read Barcode QR Code on the Server Side Using PHP Laravel](https://www.dynamsoft.com/codepool/php-laravel-barcode-qr-code-reader.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fphp-laravel-barcode-qr-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyushulx%2Fphp-laravel-barcode-qr-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fphp-laravel-barcode-qr-reader/lists"}