From 181e12c70c90f27be928f55067b4861d988c5c7c Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Thu, 11 Apr 2024 19:41:50 +0200 Subject: [PATCH] Add CakePHP framework integration (#255) --- docs/Usage/Overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Usage/Overview.md b/docs/Usage/Overview.md index 7315734a4..cb9878d4c 100644 --- a/docs/Usage/Overview.md +++ b/docs/Usage/Overview.md @@ -41,6 +41,8 @@ For the QR Code reader, either `ext-gd` or `ext-imagick` is required! ## Framework Integration +- CakePHP: + - [QrCode plugin](https://github.com/dereuromark/cakephp-qrcode) - Drupal: - [Two-factor Authentication `tfa`](https://www.drupal.org/project/tfa) (Drupal 8+) - [Google Authenticator Login `ga_login`](https://www.drupal.org/project/ga_login) (deprecated, Drupal 7)