From 54202100fbd081ce67da44dbe073a2b63aa90b62 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 25 Jul 2022 14:10:59 +0100 Subject: [PATCH] Add php-scrypt as a example project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22a40a7c49..70c4403503 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,8 @@ Check out one of the example projects: - [opus-php](https://github.com/davidcole1340/opus-php) - Audio encoder for the Opus codec in PHP. - [tomlrs-php](https://github.com/jphenow/tomlrs-php) - TOML data format parser. +- [php-scrypt](https://github.com/appwrite/php-scrypt) - PHP wrapper for the + scrypt password hashing algorithm. ## Contributions