webpatser/qr-code

QR Code Generator for PHP

dev-master 2019-04-24 08:09 UTC

This package is auto-updated.

Last update: 2024-03-24 19:50:56 UTC


README

Build Status Maintainability Test Coverage

QR Code Generator for PHP

Based on the popular library PHP QR Code, this package lets you create several different QR Codes.

Note
Due to the number of permutations this library does, it is normal to have more than one QR Code for the same information.

To demonstrate this behavior, start a server at the public folder, enter some data and hit the Generate QR Code button a few times.

Each time you hit the button there is a chance a different QR Code with the same encoded information will be generated. Independently of the number of permutations, this package will generate one and only one PNG or SVG file for each content, overwriting the latest one every time.

Installation

Install using composer:

$ composer require werneckbh/qr-code

QR Code Types

QR Code Generator for PHP supports the following QR Codes:

  • Calendar Event
  • Email Message
  • Phone
  • SMS
  • Text
  • URL
  • meCard
  • vCard v3
  • Wi-fi Network Settings

Make sure you check the Documentation for further instructions.

Contributing

To contribute to this project, please do the following:

  • Fork it
  • Create a new branch for your contribution
  • Test it! Make sure it works and it won't break the master code
  • Send pull request

Contributors will be added to package descriptor. Make sure you abide to the Contributor Covenant Code of Conduct

License

(MIT)

Copyright 2018 Bruno Vaula Werneck

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.