{"id":23428451,"url":"https://github.com/giauphan/laravel-qr-code","last_synced_at":"2025-04-12T20:20:33.447Z","repository":{"id":197871884,"uuid":"699612401","full_name":"giauphan/laravel-qr-code","owner":"giauphan","description":"QR Code Generator for PHP wrapper for Laravel","archived":false,"fork":false,"pushed_at":"2025-01-07T01:39:15.000Z","size":61,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T14:38:11.156Z","etag":null,"topics":["laravel","laravel11","laravelqrcode","qrcode","qrcode-generator","qrcode-scanner","qrcodelaravel","vcard"],"latest_commit_sha":null,"homepage":"https://github.com/giauphan/laravel-qr-code","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giauphan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T01:24:45.000Z","updated_at":"2025-03-25T01:19:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"53eb72a3-46e6-4b2c-8372-9198735ce5cc","html_url":"https://github.com/giauphan/laravel-qr-code","commit_stats":null,"previous_names":["giauphan/laravel-qr-code"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giauphan%2Flaravel-qr-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giauphan%2Flaravel-qr-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giauphan%2Flaravel-qr-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giauphan%2Flaravel-qr-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giauphan","download_url":"https://codeload.github.com/giauphan/laravel-qr-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248626183,"owners_count":21135612,"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":["laravel","laravel11","laravelqrcode","qrcode","qrcode-generator","qrcode-scanner","qrcodelaravel","vcard"],"created_at":"2024-12-23T07:12:35.833Z","updated_at":"2025-04-12T20:20:33.433Z","avatar_url":"https://github.com/giauphan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel QR Code Generator\n\n Create QR Codes with Laravel\n\n This is a wrapper for [QR Code Generator for PHP], a standalone library to generate QR Codes in PNG and SVG.\n\n## Installation\n\n Install using **composer**:\n\n ```bash\ncomposer require giauphan/laravel-qr-code:v1.0.3\n ```\n##### Laravel 5.4 (5.5+ can skip this step)\n \n You need to add provider and alias to your `config/app.php` file:\n \n ```php\n \u003c?php\n \n 'providers' =\u003e [     \n       \n     LaravelQRCode\\Providers\\QRCodeServiceProvider::class,     \n   \n ],\n\n \n 'aliases' =\u003e [\n    \n    'QRCode' =\u003e LaravelQRCode\\Facades\\QRCode::class,     \n       \n ] \n ```\n## QR Code Types\n\n Laravel QR Code Generator supports the following QR Codes:\n\n  - Calendar Event\n  - Email Message\n  - Phone\n  - SMS\n  - Text\n  - URL\n  - meCard\n  - vCard v3\n  - Wi-fi Network Settings\n  \n## Usage\n    \n  ```php\n  \u003c?php\n  \n  Route::get('qr-code', function () {\n    $path = public_path().'/qr-code.png';\n    $filename = '/qr-code.png';\n    QRCode::text('QR Code Generator for Laravel!')\n        -\u003esetOutfile($path )\n        -\u003epng();\n    return '\u003cimg src=' . $filename . '\u003e';\n  });\n  \n  ```\n  The above route should print a PNG image for a text QR Code.\n  \n   \n## [Contributing](CONTRIBUTING.md)\n \n To contribute to this project, please do the following:\n \n  - Fork it\n  - Create a new branch for your contribution\n  - Test it! Make sure it works and it won't break the master code\n  - Send pull request\n\n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiauphan%2Flaravel-qr-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiauphan%2Flaravel-qr-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiauphan%2Flaravel-qr-code/lists"}