Download the PHP package amirezaeb/heroqr without Composer

On this page you can find all versions of the php package amirezaeb/heroqr. 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 heroqr

HeroQR - A Powerful PHP QR Code Library

Last Updated: March 2025
Author: Amirreza Ebrahimi
Contributors: None yet
License: MIT License

Table of Contents

Features

Getting Started

1. Installation

Use Composer to install the library. Also make sure you have enabled and configured the GD extension if you want to generate images.

2. Basic Usage

Example :

3. Advanced Customization

Example :

With these options, you can create visually appealing QR codes that align with your design needs.

4. Customizing Shapes, Markers, and Cursors (PNG Only)

HeroQR allows you to fully customize the markers, cursors, and shapes of your QR codes. This feature is exclusive to PNG output. To use this feature, specify the output format with generate('png', [ ... ]) and include the desired parameters for shape, marker, and cursor types.

Available Options:

These options allow you to modify the appearance of the QR code, making it more personalized or stylish. Shapes modify the corners, markers change the patterns on the dots, and cursors adjust the positioning pointers.

Example :

Example QR Code Outputs with Different Combinations : Below are some examples of QR codes generated using various combinations of shapes, markers, and cursors:

Combination Shape Marker Cursor Preview
S1-M1-C1 Default (Square) Default (Square) Default (Square) View
S2-M2-C2 Circle Custom Marker 1 Custom Cursor 1 View
S3-M3-C3 Star Custom Marker 2 Custom Cursor 2 View
S4-M4-C4 Diamond Custom Marker 3 Custom Cursor 3 View

5. Advanced Output Options

HeroQR provides advanced output capabilities, offering flexibility and compatibility for various use cases, from web embedding to raw data manipulation:

Example

Project Structure

The modular structure of HeroQR is designed to enhance efficiency and scalability, making it easier to use, maintain, and expand:

Contributing

We welcome contributions and appreciate your interest in improving the project! Here's how you can contribute:

  1. Fork the repository: Create your own copy of the repository by forking it.

  2. Clone your fork: Clone the repository to your local machine:

  3. Create a feature branch: Create a new branch for your feature or bug fix.

  4. Make changes: Work on your feature or fix the issue.

  5. Write tests: Ensure your changes are covered by tests. If you're fixing a bug, add a test to verify the fix.

  6. Commit your changes: Commit your changes with clear, descriptive messages.

  7. Push your branch: Push your changes to your forked repository.

  8. Open a Pull Request: Once your branch is pushed, open a Pull Request on GitHub for review. Be sure to:

    • Provide a clear description of what your changes do.
    • Include any relevant issue numbers (e.g., Fixes #123).
  9. Participate in the review process: After submitting the pull request, review any feedback and make necessary changes.

We’ll review and merge your changes as soon as possible. Thank you for contributing!

License

HeroQR is released under the MIT License, giving you the freedom to use, modify, and distribute it.

Contact

For inquiries or feedback, feel free to reach out via email, GitHub issues, or LinkedIn:


Transform your projects with HeroQR today! 🚀


All versions of heroqr with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
endroid/qr-code Version ^6.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 amirezaeb/heroqr contains the following files

Loading the files please wait ....