|
@@ -5,7 +5,6 @@ namespaced, cleaned up, improved and other stuff.
|
|
|
|
|
|
|
|
[![Packagist version][packagist-badge]][packagist]
|
|
[![Packagist version][packagist-badge]][packagist]
|
|
|
[![License][license-badge]][license]
|
|
[![License][license-badge]][license]
|
|
|
-[![Travis CI][travis-badge]][travis]
|
|
|
|
|
[![CodeCov][coverage-badge]][coverage]
|
|
[![CodeCov][coverage-badge]][coverage]
|
|
|
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
|
|
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
|
|
|
[![Packagist downloads][downloads-badge]][downloads]
|
|
[![Packagist downloads][downloads-badge]][downloads]
|
|
@@ -17,8 +16,6 @@ namespaced, cleaned up, improved and other stuff.
|
|
|
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
|
|
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
|
|
|
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg?style=flat-square
|
|
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg?style=flat-square
|
|
|
[license]: https://github.com/chillerlan/php-qrcode/blob/main/LICENSE
|
|
[license]: https://github.com/chillerlan/php-qrcode/blob/main/LICENSE
|
|
|
-[travis-badge]: https://img.shields.io/travis/chillerlan/php-qrcode.svg?style=flat-square
|
|
|
|
|
-[travis]: https://travis-ci.org/chillerlan/php-qrcode
|
|
|
|
|
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?style=flat-square
|
|
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?style=flat-square
|
|
|
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
|
|
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
|
|
|
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?style=flat-square
|
|
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?style=flat-square
|
|
@@ -65,8 +62,8 @@ echo '<img src="'.(new QRCode)->render($data).'" alt="QR Code" />';
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
<p align="center">
|
|
<p align="center">
|
|
|
- <img alt="QR codes are awesome!" src="https://raw.githubusercontent.com/chillerlan/php-qrcode/main/examples/example_image.png">
|
|
|
|
|
- <img alt="QR codes are awesome!" src="https://raw.githubusercontent.com/chillerlan/php-qrcode/main/examples/example_svg.png">
|
|
|
|
|
|
|
+ <img alt="QR codes are awesome!" src="https://raw.githubusercontent.com/chillerlan/php-qrcode/v3.2.x/examples/example_image.png">
|
|
|
|
|
+ <img alt="QR codes are awesome!" src="https://raw.githubusercontent.com/chillerlan/php-qrcode/v3.2.x/examples/example_svg.png">
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
Wait, what was that? Please again, slower!
|
|
Wait, what was that? Please again, slower!
|