From deabfb11ae4d1102a93f24da95f151ec63bb356f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 1 Sep 2022 17:02:22 -0600 Subject: [PATCH] chore: add php host sdk to list in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d43decf..86d5cf9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The universal plug-in system. Run WebAssembly extensions inside your app. Use id [Ruby](https://extism.org/docs/integrate-into-your-codebase/ruby-host-sdk), [Python](https://extism.org/docs/integrate-into-your-codebase/python-host-sdk), [Node](https://extism.org/docs/integrate-into-your-codebase/node-host-sdk), [Rust](https://extism.org/docs/integrate-into-your-codebase/rust-host-sdk), [C](https://extism.org/docs/integrate-into-your-codebase/c-host-sdk), [C++](https://extism.org/docs/integrate-into-your-codebase/cpp-host-sdk), -[OCaml](https://extism.org/docs/integrate-into-your-codebase/ocaml-host-sdk), [Haskell](https://extism.org/docs/integrate-into-your-codebase/haskell-host-sdk) & more (others coming soon). +[OCaml](https://extism.org/docs/integrate-into-your-codebase/ocaml-host-sdk), [Haskell](https://extism.org/docs/integrate-into-your-codebase/haskell-host-sdk), [PHP](https://extism.org/docs/integrate-into-your-codebase/php-host-sdk) & more (others coming soon). Plug-in development kits (PDK) for plug-in authors supported in Rust, AssemblyScript, Go, C/C++.