{"id":17372825,"url":"https://github.com/hlsxx/qrwatermark_php","last_synced_at":"2025-06-11T01:07:23.374Z","repository":{"id":257821569,"uuid":"870837382","full_name":"hlsxx/qrwatermark_php","owner":"hlsxx","description":"QrWatermark is a versatile PHP library designed to generate high-quality QR codes with customizable watermarks.","archived":false,"fork":false,"pushed_at":"2025-01-17T11:35:53.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T23:15:28.794Z","etag":null,"topics":["gradient","php","php8","qrcode","qrcode-generator","qrcode-watermark","qrcodes","watermark"],"latest_commit_sha":null,"homepage":"","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/hlsxx.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-10T18:55:46.000Z","updated_at":"2025-01-17T11:35:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7be41c0-e52f-4fd2-b4b1-0074f5929c22","html_url":"https://github.com/hlsxx/qrwatermark_php","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"44ca1692a4d5eb1b908e92e36df9f2503bc98e96"},"previous_names":["hlsxx/qrwatermark_php"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Fqrwatermark_php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Fqrwatermark_php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Fqrwatermark_php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Fqrwatermark_php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hlsxx","download_url":"https://codeload.github.com/hlsxx/qrwatermark_php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hlsxx%2Fqrwatermark_php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178494,"owners_count":22817386,"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":["gradient","php","php8","qrcode","qrcode-generator","qrcode-watermark","qrcodes","watermark"],"created_at":"2024-10-16T02:04:15.442Z","updated_at":"2025-06-11T01:07:23.306Z","avatar_url":"https://github.com/hlsxx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hlsxx QR Watermark\n\n![QR Code](https://github.com/hlsxx/qrwatermark_php/blob/master/imgs/custom.png)\n\nA library to generate QR codes with watermarks.\n\n## Downloads\n\nYou can download the latest version of the PHP extension here:\n\n- [libqrwatermark.so](https://github.com/hlsxx/qrwatermark_php_extension/releases/tag/v1.0.1) - Version 1.0.1\n\n## Installation\n\nYou can install this library using Composer:\n\n```bash\ncomposer require hlsxx/qrwatermark\n```\n\n```php\n// Custom image config\n$imageConfig = (new ImageConfigBuilder())\n  // -\u003ecolorGradient([255, 255, 255], [0, 0, 0]) // Custom gradient\n  -\u003ecolor([72, 76, 137])\n  -\u003eisAutoGradientEnabled()\n  -\u003ebuild();\n\n// Custom logo config\n$logoConfig =  (new LogoConfigBuilder())\n  -\u003ewidth(70)\n  -\u003eheight(70)\n  -\u003ebuild();\n\n$qrw = (new QrWatermark(\"Hello from PHP custom\"))\n  -\u003elogo(\"imgs/php_logo.png\")\n  -\u003elogoConfig($logoConfig)\n  -\u003eimageConfig($imageConfig);\n\n$qrw-\u003esaveAsImage(\"imgs/custom.png\");\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlsxx%2Fqrwatermark_php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhlsxx%2Fqrwatermark_php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhlsxx%2Fqrwatermark_php/lists"}