add FrankenPHP (#5707)
Some checks failed
tests / Running test (push) Failing after 37s
site-deploy / Make and Deploy site (push) Failing after 40s

This commit is contained in:
Kévin Dunglas 2025-05-29 05:13:21 +02:00 committed by GitHub
parent a3f677bc86
commit a463582be1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1065,6 +1065,7 @@ _Embedding other languages inside your go code._
- [cel-go](https://github.com/google/cel-go) - Fast, portable, non-Turing complete expression evaluation with gradual typing.
- [ecal](https://github.com/krotik/ecal) - A simple embeddable scripting language which supports concurrent event processing.
- [expr](https://github.com/antonmedv/expr) - Expression evaluation engine for Go: fast, non-Turing complete, dynamic typing, static typing.
- [FrankenPHP](https://github.com/dunglas/frankenphp) - PHP embedded in Go, with a `net/http` handler.
- [gentee](https://github.com/gentee/gentee) - Embeddable scripting programming language.
- [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go.
- [go-duktape](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go.