{"id":37011854,"url":"https://github.com/yakeing/qrcode","last_synced_at":"2026-01-14T01:01:22.984Z","repository":{"id":54141112,"uuid":"175029921","full_name":"yakeing/QRCode","owner":"yakeing","description":"This is a class of php QR Code, This library helps you generate QR codes in a jiffy. ","archived":true,"fork":false,"pushed_at":"2021-05-16T06:11:54.000Z","size":138,"stargazers_count":57,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T04:13:56.175Z","etag":null,"topics":["php","qrcode"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yakeing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["yakeing"],"custom":["https://github.com/yakeing/Documentation/blob/main/Sponsor/README.md"]}},"created_at":"2019-03-11T15:31:23.000Z","updated_at":"2025-09-11T09:08:02.000Z","dependencies_parsed_at":"2022-08-13T07:30:36.626Z","dependency_job_id":null,"html_url":"https://github.com/yakeing/QRCode","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yakeing/QRCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakeing%2FQRCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakeing%2FQRCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakeing%2FQRCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakeing%2FQRCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yakeing","download_url":"https://codeload.github.com/yakeing/QRCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakeing%2FQRCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["php","qrcode"],"created_at":"2026-01-14T01:01:21.080Z","updated_at":"2026-01-14T01:01:22.925Z","avatar_url":"https://github.com/yakeing.png","language":"PHP","funding_links":["https://github.com/sponsors/yakeing","https://github.com/yakeing/Documentation/blob/main/Sponsor/README.md"],"categories":[],"sub_categories":[],"readme":"# QRCode\n\nThis is a class of php QR Code, This library helps you generate QR codes in a jiffy. \n\n[中文文档](https://github.com/yakeing/QRCode/blob/master/ZH.README.md)\n\n### Travis CI badge\n\n[![Travis-ci](https://api.travis-ci.com/yakeing/QRCode.svg?branch=main)](https://travis-ci.com/yakeing/QRCode)\n\n### codecov badge\n\n[![codecov](https://codecov.io/gh/yakeing/QRCode/branch/main/graph/badge.svg)](https://codecov.io/gh/yakeing/QRCode)\n\n### Github badge\n\n[![Downloads](https://4.vercel.app/github/downloads/yakeing/QRCode?icon=github)](../../)\n[![Size](https://4.vercel.app/github/size/yakeing/QRCode?icon=github)](src)\n[![tag](https://4.vercel.app/github/tag/yakeing/QRCode?icon=github)](../../releases)\n[![license](https://4.vercel.app/static/license/555/MPL-2.0/fe7d37?icon=github)](LICENSE)\n[![languages](https://4.vercel.app/static/language/555/PHP/34abef?icon=github)](../../search?l=php)\n\n### Installation\n\nUse [Composer](https://getcomposer.org) to install the library.\nOf course, You can go to [Packagist](https://packagist.org/packages/yakeing/qrcode) to view.\n\n```\n    $ composer require yakeing/qrcode\n```\n\n### QRCode init\n\n```php\n\n    $text //Enter text (string)\n    $pixel //Output image size (ini)\n    $icon //Small icon (url) (Must be a square image, otherwise the image will be distorted)\n    $distinguish //Recognition rate (L=7% , M=15% , Q=25% , H=30%)\n    $type //Output image format (jpg/png) (Due to GIF copyright dispute)\n    $margin //Margin white edge (ini 0-4)\n    $color //RGB Colour array('255,255,255', '0,0,0'); Hexadecimal Colour FF0000,000000\n    $stream //Output source code (true/false)\n    $spec //specification Matrix with 0-40 specifications\n    $OutputPath //Path to generate pictures\n    qrcode::image($text, $pixel, $icon, $distinguish, $type, $margin, $color, $stream, $OutputPath);\n```\n\n[Sponsor](https://github.com/yakeing/Documentation/blob/master/Sponsor/README.md)\n---\nIf you've got value from any of the content which I have created, then I would very much appreciate your support by payment donate.\n\n[![Sponsor](https://4.vercel.app/static/Sponsor/EA4AAA?icon=heart)](https://github.com/yakeing/Documentation/blob/master/Sponsor/README.md)\n\nAuthor\n---\n\nweibo: [yakeing](https://weibo.com/yakeing)\n\ntwitter: [yakeing](https://twitter.com/yakeing)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakeing%2Fqrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyakeing%2Fqrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakeing%2Fqrcode/lists"}