PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   HeroQR Powerful PHP QR Code Library to generate PNG, SVG, PDF, Logos Ready to Use with Laravel   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HeroQR Powerful PHP QR Code Library to generate PNG, SVG, PDF, Logos Ready to Use with Laravel
Generate QR code images in several formats
Author: By
Last change: chore: update README and composer.json
chore(release): v2.0.0
feat: add SVG customization support for shapes, markers, and cursors (previously only PNG)
Date: 15 days ago
Size: 1,344 bytes
 

Contents

Class file image Download
{ "name": "amirezaeb/heroqr", "description": "A Powerful QR Code Management Library For PHP", "keywords": [ "qr", "php", "code", "qrcode", "HeroQR", "laravel", "qr-code", "AmirezaEb", "management", "php-library" ], "homepage": "https://github.com/AmirezaEb/HeroQR", "type": "library", "license": "MIT", "authors": [ { "name": "Amirreza Ebrahimi", "email": "aabrahimi1718@gmail.com", "role": "Developer" } ], "autoload": { "psr-4": { "HeroQR\\": "src/" } }, "autoload-dev": { "psr-4": { "HeroQR\\Tests\\": "tests/" } }, "require": { "php": "^8.2", "endroid/qr-code": "^6.0", "ext-gd": "*" }, "suggest": { "giggsey/libphonenumber-for-php": "Required for advanced phone number validation", "setasign/fpdf": "Required for PDF generation features", "ext-gd": "Required for generating PNG images or advanced QR customization" }, "extra": { "laravel": { "providers": [ "HeroQR\\Providers\\HeroQRServiceProvider" ] } }, "require-dev": { "phpunit/phpunit": "^11.0" } }