awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deuill avatar

deuill/go-php

0
View on GitHub↗
944 stele·106 fork-uri·Go·MIT·4 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru deuill/go-phpGraficul istoricului de stele pentru deuill/go-php

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Go Php

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Go Php.
  • d5/tengoAvatar d5

    d5/tengo

    3,821Vezi pe 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
    Vezi pe GitHub↗3,821
  • mattn/ankoAvatar mattn

    mattn/anko

    1,572Vezi pe GitHub↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    Vezi pe GitHub↗1,572
  • antonmedv/exprAvatar antonmedv

    antonmedv/expr

    7,905Vezi pe 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
    Vezi pe GitHub↗7,905
  • paesslerag/gvalAvatar PaesslerAG

    PaesslerAG/gval

    811Vezi pe GitHub↗

    Expression evaluation in golang

    Go
    Vezi pe GitHub↗811
Vezi toate cele 30 alternative pentru Go Php→

Întrebări frecvente

Ce face deuill/go-php?

PHP bindings for the Go programming language (Golang)

Care sunt principalele funcționalități ale deuill/go-php?

Principalele funcționalități ale deuill/go-php sunt: Compilers and Interpreters, Embedded Scripting, Scripting Languages.

Care sunt câteva alternative open-source pentru deuill/go-php?

Alternativele open-source pentru deuill/go-php includ: 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…