Skip to content

Commit 805bf06

Browse files
committed
🚿
1 parent e23f732 commit 805bf06

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
1313
[![Packagist downloads][downloads-badge]][downloads]
1414
[![Documentation][readthedocs-badge]][readthedocs]
1515

16-
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-qrcode?logo=php&color=8892BF
16+
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-qrcode?logo=php&color=8892BF&logoColor=fff
1717
[php]: https://www.php.net/supported-versions.php
18-
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg?logo=packagist
18+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg?logo=packagist&logoColor=fff
1919
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
20-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-qrcode/ci.yml?branch=main&logo=github
20+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-qrcode/ci.yml?branch=main&logo=github&logoColor=fff
2121
[gh-action]: https://github.com/chillerlan/php-qrcode/actions/workflows/ci.yml?query=branch%3Amain
22-
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode/main?logo=codecov
22+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode/main?logo=codecov&logoColor=fff
2323
[coverage]: https://app.codecov.io/gh/chillerlan/php-qrcode/tree/main
24-
[codacy-badge]: https://img.shields.io/codacy/grade/edccfc4fe5a34b74b1c53ee03f097b8d/main?logo=codacy
24+
[codacy-badge]: https://img.shields.io/codacy/grade/edccfc4fe5a34b74b1c53ee03f097b8d/main?logo=codacy&logoColor=fff
2525
[codacy]: https://app.codacy.com/gh/chillerlan/php-qrcode/dashboard?branch=main
26-
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode?logo=packagist
26+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-qrcode?logo=packagist&logoColor=fff
2727
[downloads]: https://packagist.org/packages/chillerlan/php-qrcode/stats
28-
[readthedocs-badge]: https://img.shields.io/readthedocs/php-qrcode/main?logo=readthedocs
28+
[readthedocs-badge]: https://img.shields.io/readthedocs/php-qrcode/main?logo=readthedocs&logoColor=fff
2929
[readthedocs]: https://php-qrcode.readthedocs.io/en/main/
3030

31-
## Overview
31+
# Overview
3232

33-
### Features
33+
## Features
3434

3535
- Creation of [Model 2 QR Codes](https://www.qrcode.com/en/codes/model12.html), [Version 1 to 40](https://www.qrcode.com/en/about/version.html)
3636
- [ECC Levels](https://www.qrcode.com/en/about/error_correction.html) L/M/Q/H supported
@@ -52,7 +52,7 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
5252
- QR Code reader (via GD and ImageMagick)
5353

5454

55-
### Requirements
55+
## Requirements
5656

5757
- PHP 8.2+
5858
- [`ext-mbstring`](https://www.php.net/manual/book.mbstring.php)
@@ -65,7 +65,7 @@ It also features a QR Code reader based on a [PHP port](https://github.com/khana
6565
For the QRCode reader, either `ext-gd` or `ext-imagick` is required!
6666

6767

68-
## Documentation
68+
# Documentation
6969

7070
- The user manual is at https://php-qrcode.readthedocs.io/ ([sources](https://github.com/chillerlan/php-qrcode/tree/main/docs))
7171
- An API documentation created with [phpDocumentor](https://www.phpdoc.org/) can be found at https://chillerlan.github.io/php-qrcode/
@@ -94,7 +94,7 @@ composer require chillerlan/php-qrcode
9494
```json
9595
{
9696
"require": {
97-
"php": "^^8.2",
97+
"php": "^8.2",
9898
"chillerlan/php-qrcode": "dev-main#<commit_hash>"
9999
}
100100
}
@@ -122,7 +122,7 @@ Also, have a look [in the examples folder](https://github.com/chillerlan/php-qrc
122122
</p>
123123

124124

125-
### Reading QR Codes
125+
## Reading QR Codes
126126

127127
Using the built-in QR Code reader is pretty straight-forward:
128128

@@ -144,30 +144,30 @@ catch(Throwable $e){
144144
```
145145

146146

147-
## Shameless advertising
147+
# Shameless advertising
148148

149149
Hi, please check out some of my other projects that are way cooler than qrcodes!
150150

151151
- [js-qrcode](https://github.com/chillerlan/js-qrcode) - a javascript port of this library
152152
- [php-authenticator](https://github.com/chillerlan/php-authenticator) - a Google Authenticator implementation (see [authenticator example](https://github.com/chillerlan/php-qrcode/blob/main/examples/authenticator.php))
153153
- [php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
154-
- [php-oauth-core](https://github.com/chillerlan/php-oauth-core) - an OAuth 1/2 client library along with a bunch of [providers](https://github.com/chillerlan/php-oauth-providers)
154+
- [php-oauth](https://github.com/chillerlan/php-oauth) - an OAuth 1/2 client library, fully PSR-7/PSR-17/PSR-18 compatible
155155
- [php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
156156
- [php-tootbot](https://github.com/php-tootbot/tootbot-template) - a Mastodon bot library (see [@dwil](https://github.com/php-tootbot/dwil))
157157

158158

159-
## Disclaimer!
159+
# Disclaimer!
160160

161161
I don't take responsibility for molten CPUs, misled applications, failed log-ins etc.. Use at your own risk!
162162

163163

164-
### License notice
164+
## License notice
165165

166166
- Parts of this code are [ported to PHP](https://github.com/codemasher/php-qrcode-decoder) from the [ZXing project](https://github.com/zxing/zxing) and licensed under the [Apache License, Version 2.0](./NOTICE).
167167
- [The documentation](https://github.com/chillerlan/php-qrcode/tree/main/docs) is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/).
168168

169169

170-
### Trademark Notice
170+
## Trademark Notice
171171

172172
The word "QR Code" is a registered trademark of *DENSO WAVE INCORPORATED*<br>
173173
https://www.qrcode.com/en/faq.html#patentH2Title

0 commit comments

Comments
 (0)