From ec716ab2903f201ec096477255eb550bce5b4c3c Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Wed, 17 Mar 2021 21:03:39 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60a6e49..19e8a12 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Other repositories about PHP FFI: - [SDL Image bindings for PHP](https://github.com/SerafimArts/ffi-sdl-ttf) - [PHP-IUP Gui ToolKit using FFI](https://github.com/ghostjat/php-iup) - [Shooter game written using PHP 7.4 FFI](https://github.com/darkin1/PhpShooter) +- [PHP-DARKNET for object detection using FFI](https://https://github.com/ghostjat/php-darknet) PHP FFI tricks: From 64bf98ee2b3c3346ffb2a69431247ad74b76c15a Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Wed, 17 Mar 2021 21:04:22 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e8a12..2325baf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Other repositories about PHP FFI: - [SDL Image bindings for PHP](https://github.com/SerafimArts/ffi-sdl-ttf) - [PHP-IUP Gui ToolKit using FFI](https://github.com/ghostjat/php-iup) - [Shooter game written using PHP 7.4 FFI](https://github.com/darkin1/PhpShooter) -- [PHP-DARKNET for object detection using FFI](https://https://github.com/ghostjat/php-darknet) +- [PHP-Darknet for object detection using FFI](https://https://github.com/ghostjat/php-darknet) PHP FFI tricks: