{"id":13519045,"url":"https://github.com/khanamiryan/php-qrcode-detector-decoder","last_synced_at":"2025-04-09T02:11:00.041Z","repository":{"id":41207654,"uuid":"38191198","full_name":"khanamiryan/php-qrcode-detector-decoder","owner":"khanamiryan","description":"This is a PHP library to detect and decode QR-codes. This is first and only QR code reader that works without extensions.","archived":false,"fork":false,"pushed_at":"2024-05-30T12:44:03.000Z","size":550,"stargazers_count":1390,"open_issues_count":83,"forks_count":324,"subscribers_count":61,"default_branch":"master","last_synced_at":"2025-04-02T01:09:44.124Z","etag":null,"topics":["decode-qr-codes","decoder","php-library","reader"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khanamiryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-ASL-2.0","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":"2015-06-28T08:01:40.000Z","updated_at":"2025-03-23T18:54:53.000Z","dependencies_parsed_at":"2024-01-09T19:01:36.979Z","dependency_job_id":"193466c5-30f5-457a-8404-3975d651d0df","html_url":"https://github.com/khanamiryan/php-qrcode-detector-decoder","commit_stats":{"total_commits":76,"total_committers":23,"mean_commits":"3.3043478260869565","dds":0.7236842105263157,"last_synced_commit":"8d53cbecaa32f1e56a3be58bb3055ac31774ecd0"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanamiryan%2Fphp-qrcode-detector-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanamiryan%2Fphp-qrcode-detector-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanamiryan%2Fphp-qrcode-detector-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanamiryan%2Fphp-qrcode-detector-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khanamiryan","download_url":"https://codeload.github.com/khanamiryan/php-qrcode-detector-decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247962460,"owners_count":21024862,"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":["decode-qr-codes","decoder","php-library","reader"],"created_at":"2024-08-01T05:01:52.996Z","updated_at":"2025-04-09T02:11:00.022Z","avatar_url":"https://github.com/khanamiryan.png","language":"PHP","funding_links":[],"categories":["PHP","Libraries"],"sub_categories":["PHP"],"readme":"# QR code decoder / reader for PHP\n\n[![Tests](https://github.com/khanamiryan/php-qrcode-detector-decoder/actions/workflows/tests.yml/badge.svg)](https://github.com/khanamiryan/php-qrcode-detector-decoder/actions/workflows/tests.yml)\n[![Static Tests](https://github.com/khanamiryan/php-qrcode-detector-decoder/actions/workflows/static_tests.yml/badge.svg)](https://github.com/khanamiryan/php-qrcode-detector-decoder/actions/workflows/static_tests.yml)\n\nThis is a PHP library to detect and decode QR-codes.\u003cbr /\u003eThis is first and only QR code reader that works without extensions.\u003cbr /\u003e\nPorted from [ZXing library](https://github.com/zxing/zxing)\n\n\n## Installation\nThe recommended method of installing this library is via [Composer](https://getcomposer.org/).\n\nRun the following command from your project root:\n\n```bash\n$ composer require khanamiryan/qrcode-detector-decoder\n```\n\n\n## Usage \n```php\nrequire __DIR__ . \"/vendor/autoload.php\";\nuse Zxing\\QrReader;\n$qrcode = new QrReader('path/to_image');\n$text = $qrcode-\u003etext(); //return decoded text from QR Code\n```\n\n## Requirements \n* PHP \u003e= 8.1\n* GD Library\n\n\n## Contributing\n\nYou can help the project by adding features, cleaning the code, adding composer and other.\n\n \n1. Fork it\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanamiryan%2Fphp-qrcode-detector-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhanamiryan%2Fphp-qrcode-detector-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanamiryan%2Fphp-qrcode-detector-decoder/lists"}