{"id":23159807,"url":"https://github.com/edent/qr-generator-php","last_synced_at":"2026-03-02T11:02:02.157Z","repository":{"id":2517866,"uuid":"3493692","full_name":"edent/QR-Generator-PHP","owner":"edent","description":"QR generator. Supports JPG, GIF, PNG outputs. Image size \u003c=1480px. Error correction. Downloadable images (via content disposition)","archived":false,"fork":false,"pushed_at":"2022-01-13T15:09:49.000Z","size":991,"stargazers_count":71,"open_issues_count":0,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-18T02:38:46.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/edent.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"edent","patreon":"edent","open_collective":"edent","ko_fi":"edent","tidelift":null,"community_bridge":null,"custom":"https://www.amazon.co.uk/hz/wishlist/ls/13GFCFR2B2IX4?tag=edentgithub-21"}},"created_at":"2012-02-20T13:01:45.000Z","updated_at":"2025-05-26T15:28:23.000Z","dependencies_parsed_at":"2022-08-02T23:30:43.420Z","dependency_job_id":null,"html_url":"https://github.com/edent/QR-Generator-PHP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edent/QR-Generator-PHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edent%2FQR-Generator-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edent%2FQR-Generator-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edent%2FQR-Generator-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edent%2FQR-Generator-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edent","download_url":"https://codeload.github.com/edent/QR-Generator-PHP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edent%2FQR-Generator-PHP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29999222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-12-17T22:48:15.457Z","updated_at":"2026-03-02T11:02:02.133Z","avatar_url":"https://github.com/edent.png","language":"PHP","funding_links":["https://github.com/sponsors/edent","https://patreon.com/edent","https://opencollective.com/edent","https://ko-fi.com/edent","https://www.amazon.co.uk/hz/wishlist/ls/13GFCFR2B2IX4?tag=edentgithub-21"],"categories":[],"sub_categories":[],"readme":"## QR Codes are cool!\n\nThis program outputs a QRcode as either a PNG, JPEG, or GIF.\nMax image size of 1480*1480 pixels.\n\nOptional \"Bulk\" mode at `bulkqr.php` if you want to generate *lots* of QR codes\n\nSupports QRcode version 1-40.\n\nRequires PHP4.1 and gd 1.6 or higher.\n\nUsage:\nqr.php?d=[data]\u0026e=[(L,M,Q,H)]\u0026s=[int]\u0026v=[(1-40)]\u0026t=[(J,G)]\u0026size=[int]\u0026download=[filename]\n\t\t (\u0026m=[(1-16)]\u0026n=[(2-16)](\u0026p=[(0-255)],\u0026o=[data]))\n\n d\t\t= data\t\t\t\tURL encoded data.\n e\t\t= ECC level\t\t\tL or M or Q or H   (default M)\n s\t\t= module size\t\t(dafault PNG:4 JPEG:8)\n v\t\t= version\t\t\t1-40 or Auto select if you do not set.\n t\t\t= image type\t\tJ: jpeg image, G: GIF image, default: PNG image\n size\t= image size\t\tInteger. Specifies the width \u0026 height of the image. Default 400. Max 1480.\n download = File name\tURL encoded filename. If set, the content disposition will change to tell the browser to download the file.\n\nFor example:\nqr.php?d=hello\u0026e=Q\u0026t=J\u0026size=500\u0026download=test\n\nWill encode a QR code containin the word \"hello\" with Quartile error correction, as a JPG, 500px wide \u0026 high, and prompt you to download it as a file called \"test.jpg\".\n\nstructured append  m of n (experimental)\n n= structure append n (2-16)\n m= structure append m (1-16)\n p= parity\n o= original data (URL encoded data)  for calculating parity\n\nOriginal version (C)2000-2009,Y.Swetake (version 0.50i)\nFrom: http://www.venus.dti.ne.jp/~swe/program/qr_img0.50i.tar.gz\nhttp://www.swetake.com/qr/\nLicenced as \"revised BSD License\" by the original author\n\t\n\tSubsequent Changes\nCopyright (c) 2012, Terence Eden\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\t* Redistributions of source code must retain the above copyright\n\t  notices, this list of conditions and the following disclaimer.\n\t* Redistributions in binary form must reproduce the above copyright\n\t  notices, this list of conditions and the following disclaimer in the\n\t  documentation and/or other materials provided with the distribution.\n\t* Neither the name of the software nor the\n\t  names of its contributors may be used to endorse or promote products\n\t  derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThe QR code standard is trademarked by Denso Wave, Inc.\nhttp://www.denso-wave.com/qrcode/index-e.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedent%2Fqr-generator-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedent%2Fqr-generator-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedent%2Fqr-generator-php/lists"}