{"id":19248237,"url":"https://github.com/fullstack-dev3/php-qrcode","last_synced_at":"2025-02-23T16:14:56.357Z","repository":{"id":48162707,"uuid":"516641495","full_name":"fullstack-dev3/php-qrcode","owner":"fullstack-dev3","description":"Generate QR Code","archived":false,"fork":false,"pushed_at":"2022-07-22T06:50:23.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T05:26:19.170Z","etag":null,"topics":["generate-qrcode","php","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/fullstack-dev3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T06:46:21.000Z","updated_at":"2023-12-18T05:37:52.000Z","dependencies_parsed_at":"2022-07-25T03:24:28.594Z","dependency_job_id":null,"html_url":"https://github.com/fullstack-dev3/php-qrcode","commit_stats":null,"previous_names":["fullstack-dev3/php-qrcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-dev3%2Fphp-qrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-dev3%2Fphp-qrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-dev3%2Fphp-qrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstack-dev3%2Fphp-qrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstack-dev3","download_url":"https://codeload.github.com/fullstack-dev3/php-qrcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240339583,"owners_count":19785957,"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":["generate-qrcode","php","qrcode","qrcode-generator"],"created_at":"2024-11-09T18:07:06.674Z","updated_at":"2025-02-23T16:14:56.328Z","avatar_url":"https://github.com/fullstack-dev3.png","language":"HTML","readme":"# PHP QR Code\n\n### Generate QR Codes. MIT license.\n\nThis is a stripped down version of https://github.com/kreativekorp/barcode\n\nUse from a PHP script:\n\n```\ninclude 'qrcode.php';\n\n$generator = new QRCode($data, $options);\n\n/* Output directly to standard output. */\n$generator-\u003eoutput_image();\n\n/* Create bitmap image. */\n$image = $generator-\u003erender_image();\nimagepng($image);\nimagedestroy($image);\n```\n\nUse with GET or POST:\n\n```\nqrcode.php?s={symbology}\u0026d={data}\u0026{options}\n```\n\ne.g.\n\n```\nqrcode.php?s=qr\u0026d=HELLO%20WORLD\u0026sf=8\u0026ms=r\u0026md=0.8\n```\n\n#### Options:\n`s` - Symbology (type of QR code). One of:\n```\n    qr\n    qr-l\n    qr-m\n    qr-q\n    qr-h\n```\n\n`d` - Data. Encode in Shift-JIS for kanji mode.\n\n`w` - Width of image. Overrides `sf` or `sx`.\n\n`h` - Height of image. Overrides `sf` or `sy`.\n\n`sf` - Scale factor. Default is 4.\n\n`sx` - Horizontal scale factor. Overrides `sf`.\n\n`sy` - Vertical scale factor. Overrides `sf`.\n\n`p` - Padding. Default is 0.\n\n`pv` - Top and bottom padding. Default is value of `p`.\n\n`ph` - Left and right padding. Default is value of `p`.\n\n`pt` - Top padding. Default is value of `pv`.\n\n`pl` - Left padding. Default is value of `ph`.\n\n`pr` - Right padding. Default is value of `ph`.\n\n`pb` - Bottom padding. Default is value of `pv`.\n\n`bc` - Background color in `#RRGGBB` format.\n\n`fc` - Foreground color in `#RRGGBB` format.\n\n`md` - Module density. A number between 0 and 1. Default is 1.\n\n`wq` - Width of quiet area units. Default is 1. Use 0 to suppress quiet area.\n\n`wm` - Width of narrow modules and spaces. Default is 1.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-dev3%2Fphp-qrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstack-dev3%2Fphp-qrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstack-dev3%2Fphp-qrcode/lists"}