From 7f3d37cc46c9e35c0c556c96946108aeaa4b874e Mon Sep 17 00:00:00 2001 From: Dmitrii Derepko Date: Sun, 22 Feb 2026 20:33:04 +0300 Subject: [PATCH] Add PHP implementation reference Added PHP implementation link to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7242a611..af09c701 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ $ age --decrypt -i key.txt data.tar.gz.age > data.tar.gz 🌍 [Typage](https://github.com/FiloSottile/typage) is a TypeScript implementation. It works in the browser, Node.js, Deno, and Bun. +🐘 PHP implementation: https://github.com/xepozz/php-age + 🔑 Hardware PIV tokens such as YubiKeys are supported through the [age-plugin-yubikey](https://github.com/str4d/age-plugin-yubikey) plugin. ✨ For more plugins, implementations, tools, and integrations, check out the [awesome age](https://github.com/FiloSottile/awesome-age) list.