Download the PHP package akira/laravel-qrcode without Composer

On this page you can find all versions of the php package akira/laravel-qrcode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-qrcode

![img.png](docs/assets/banner.png) [![Latest Version on Packagist](https://img.shields.io/packagist/v/akira/laravel-qrcode.svg?style=flat-square)](https://packagist.org/packages/akira/laravel-qrcode) [![Tests](https://img.shields.io/github/actions/workflow/status/akira/laravel-qrcode/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/akira/laravel-qrcode/actions/workflows/tests.yml) [![PHPStan](https://img.shields.io/github/actions/workflow/status/akira/laravel-qrcode/phpstan.yml?branch=main&label=phpstan&style=flat-square)](https://github.com/akira/laravel-qrcode/actions/workflows/phpstan.yml) [![Total Downloads](https://img.shields.io/packagist/dt/akira/laravel-qrcode.svg?style=flat-square)](https://packagist.org/packages/akira/laravel-qrcode)

A clean, modern, and easy-to-use QR code generator for Laravel applications. Built with the Action Pattern, Value Objects, and full type safety.

Features

Requirements

Installation

Install via Composer:

Optionally, publish the configuration:

Quick Start

Documentation

Browse the full documentation in https://packages.akira-io.com/packages/laravel-qrcode

Highlights: Command Line

Available Data Types

Type Description Example
WiFi Network credentials QrCode::wifi(['ssid' => 'Network', 'password' => 'pass'])
Email mailto links QrCode::email('[email protected]', 'Subject', 'Body')
vCard Contact cards QrCode::vcard(['fullName' => 'Jane Doe'])
Calendar VEVENT calendar entries QrCode::ical(['summary' => 'Meeting', 'startsAt' => '2026-06-01 10:00:00 UTC', 'endsAt' => '2026-06-01 11:00:00 UTC'])
Phone Direct dial QrCode::phone('+1234567890')
SMS Pre-filled message QrCode::sms('+1234567890', 'Hello')
Geo GPS coordinates QrCode::geo(37.7749, -122.4194, 'San Francisco')
Bitcoin Payment address QrCode::bitcoin('address', 0.001, ['label' => 'Donation'])
Ethereum Payment address QrCode::ethereum('0x...', '1000000000000000000', ['chainId' => 1])
Litecoin Payment address QrCode::litecoin('address', 1.25, ['label' => 'Donation'])

Customization Options

Option Description Values
Size Dimensions in pixels size(300)
Colors Foreground/background color(r, g, b), backgroundColor(r, g, b)
Gradients Color transitions gradient(r1, g1, b1, r2, g2, b2, 'type')
Styles Module shapes style('square\|dot\|round', 0-1)
Eyes Pattern styles eye('square\|circle'), eyeColor(...)
Error Correction Data recovery errorCorrection('L\|M\|Q\|H')
Formats Output type format('png\|svg\|eps\|webp\|pdf')
Logo Image merging merge('/path/to/logo.png', 0.2)

Usage Examples

In Blade Templates

API Response

Download Response

With Logo

Testing

Architecture

This package is built with:

See Architecture Documentation for details.

Contributing

Contributions are welcome! Please see Contributing Guide for details.

Security

If you discover any security issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Links


All versions of laravel-qrcode with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
ext-gd Version *
ext-imagick Version *
bacon/bacon-qr-code Version ^3.0
illuminate/contracts Version ^12.0 | ^13.0
illuminate/support Version ^12.0 | ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package akira/laravel-qrcode contains the following files

Loading the files please wait ...