From 949fc3ca652cac71dbfaf256e3ca77cf9b9a8847 Mon Sep 17 00:00:00 2001 From: Niklas Tomkowitz Date: Tue, 24 Mar 2026 00:14:34 +0100 Subject: [PATCH] Add SnapAPI to API section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9626075..80b0b28 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ that the library allows to generate QR codes. - [BaconQRCode `W`](https://github.com/Bacon/BaconQRCode) - QR code generator for PHP. +## API + +- [SnapAPI `W`](https://api-snap.com/docs) - REST API for generating QR codes from text, URLs, or arbitrary data. Returns PNG images. Part of a bundled utility API service. + ## Resources - [zxing](https://github.com/zxing/zxing/wiki/Barcode-Contents) - QR code payload format catalog.