awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deuill avatar

deuill/go-php

0
View on GitHub↗
944 stars·106 forks·Go·MIT·6 views

Go Php

PHP bindings for the Go programming language (Golang)

Features

  • Compilers and Interpreters - PHP language bindings.
  • Embedded Scripting - Go interface for PHP.
  • Scripting Languages - PHP interface for Go.

Star history

Star history chart for deuill/go-phpStar history chart for deuill/go-php

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Go Php

Similar open-source projects, ranked by how many features they share with Go Php.
  • d5/tengod5 avatar

    d5/tengo

    3,821View on GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Go
    View on GitHub↗3,821
  • mattn/ankomattn avatar

    mattn/anko

    1,572View on GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    View on GitHub↗1,572
  • antonmedv/exprantonmedv avatar

    antonmedv/expr

    7,905View on GitHub↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    View on GitHub↗7,905
  • paesslerag/gvalPaesslerAG avatar

    PaesslerAG/gval

    811View on GitHub↗

    Expression evaluation in golang

    Go
    View on GitHub↗811
See all 30 alternatives to Go Php→

Frequently asked questions

What does deuill/go-php do?

PHP bindings for the Go programming language (Golang)

What are the main features of deuill/go-php?

The main features of deuill/go-php are: Compilers and Interpreters, Embedded Scripting, Scripting Languages.

What are some open-source alternatives to deuill/go-php?

Open-source alternatives to deuill/go-php include: paesslerag/gval — Expression evaluation in golang. shopify/go-lua — A Lua VM in Go. d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… mattn/anko — Scriptable interpreter written in golang. antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… yuin/gopher-lua — Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It…