Simple Qrcode Versions Save

An easy-to-use PHP QrCode generator with first-party support for Laravel.

1.4.3

8 years ago

1.4.3

  • Updated the docs to our new format.
  • Correct some typos in the Russian translation.

1.4.2

8 years ago

1.4.2

  • Added Russian translation.
  • Added Chinese translation. -Thanks blusewang!

1.4.1

8 years ago

1.4.1

  • Improved the quality of QrCodes with logos merge on them. -Thanks tuupke!

1.4.0

8 years ago

1.4.0

  • Added the mergeString method. This method adds the ability to pass in a binary string to create a QrCode with an image on it. -Thanks tuupke!

1.3.3

8 years ago

1.3.3

  • Allow absolute paths to be used with the merge method.

1.3.2

8 years ago

1.3.2

  • Changed bindShared to singleton to support Laravel 5.2 -Thanks lhdev!

1.3.1

8 years ago

1.3.1

  • Fixed a bug where merge did not work as expected when used with size.

1.3.0

8 years ago

1.3.0

  • Added merge method.
  • Fixed a typo in the readme.

1.2.0

9 years ago

1.2.0

  • Added full support for Laravel 5
  • Added the following helpers.
    • E-Mail
    • Geo
    • Phone Number
    • SMS
    • WiFi

1.1.1

9 years ago

1.1.1

  • Update dependencies.
  • Corrected some composer file issues.
  • Added some missing Laravel information to the QrCode Service Provider.