Download the PHP package abduns/qrcode without Composer
On this page you can find all versions of the php package abduns/qrcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abduns/qrcode
More information about abduns/qrcode
Files in abduns/qrcode
Download abduns/qrcode
More information about abduns/qrcode
Files in abduns/qrcode
Please rate this library. Is it a good library?
Informations about the package qrcode
qrcode
A from-scratch, framework-agnostic QR Code generator for PHP 8.2+ with zero required runtime dependencies.
Features
- Modern PHP support
- Lightweight and fast
- Typed API
- Framework agnostic
- Standards-oriented
- Extensible architecture
- Zero runtime dependencies
- Three renderers (SVG, PNG, Console)
- ISO/IEC 18004 compliant
- Payload helpers (URL, vCard, Event, etc.)
Installation
Quick Start
Why This Package?
- Existing solutions are outdated
- Missing modern PHP features
- Poor developer experience
- No standards compliance
- Too framework-coupled
This package focuses on simplicity, interoperability, and modern developer ergonomics.
Usage
Basic Usage
Advanced Usage
Configuration
All renderers are highly configurable directly via their constructors.
Standards / Specifications
- ISO/IEC 18004
- RFC 3966 (tel)
- RFC 6068 (mailto)
- RFC 5870 (geo)
References:
Supported Features
| Feature | Support |
|---|---|
| SVG Renderer | ✅ |
| PNG Renderer | ✅ |
| Console Renderer | ✅ |
| Custom Colors & Gradients | ✅ |
| Custom Logos | ✅ |
Compatibility
| Platform | Supported |
|---|---|
| PHP 8.2+ | ✅ |
| Laravel | ✅ (via laravel-qrcode) |
Design Goals
- Developer experience first
- Predictable APIs
- Minimal dependencies
- Strong typing
- Extensibility
- Interoperability
- Byte-exact ISO/IEC 18004 compliance
Architecture
- immutable objects
- independent encoding logic
- rendering adapters
Performance
| Operation | Time |
|---|---|
| Parse & Encode | 2ms |
| Serialize SVG | 1ms |
Testing
Roadmap
- [ ] Kanji mode
- [ ] Micro QR
- [ ] Structured Append
Contributing
Contributions, issues, and discussions are welcome.
Security
If you discover security issues, please report them responsibly.
License
MIT
All versions of qrcode with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
The package abduns/qrcode contains the following files
Loading the files please wait ...