awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to deuill/go-php

Open-source alternatives to Go Php

30 open-source projects similar to deuill/go-php, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Go Php alternative.

  • shopify/go-luaShopify का अवतार

    Shopify/go-lua

    3,443GitHub पर देखें↗

    A Lua VM in Go

    Go
    GitHub पर देखें↗3,443
  • paesslerag/gvalPaesslerAG का अवतार

    PaesslerAG/gval

    811GitHub पर देखें↗

    Expression evaluation in golang

    Go
    GitHub पर देखें↗811
  • d5/tengod5 का अवतार

    d5/tengo

    3,821GitHub पर देखें↗

    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
    GitHub पर देखें↗3,821
  • antonmedv/exprantonmedv का अवतार

    antonmedv/expr

    7,905GitHub पर देखें↗

    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
    GitHub पर देखें↗7,905
  • yuin/gopher-luayuin का अवतार

    yuin/gopher-lua

    6,933GitHub पर देखें↗

    Gopher-lua is a complete implementation of the Lua language and its standard libraries written natively in Go. It serves as an embedded scripting engine and virtual machine that allows Go applications to execute Lua scripts and exchange data between the host and the script environment. The project provides a bytecode compiler to transform source code into a binary format for faster execution. It enables deep integration between the two languages by allowing the registration of native Go functions to be called from scripts, and the invocation of script functions directly from Go. The engine c

    Gogogopher-lualua
    GitHub पर देखें↗6,933

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • mattn/ankomattn का अवतार

    mattn/anko

    1,572GitHub पर देखें↗

    Scriptable interpreter written in golang

    Gogoprogramming-language
    GitHub पर देखें↗1,572
  • alexeyco/binderalexeyco का अवतार

    alexeyco/binder

    80GitHub पर देखें↗

    High level go to Lua binder. Write less, do more.

    Gogogolanglua
    GitHub पर देखें↗80
  • jcla1/gispjcla1 का अवतार

    jcla1/gisp

    531GitHub पर देखें↗

    Simple LISP in Go

    Go
    GitHub पर देखें↗531
  • sbinet/go-pythonsbinet का अवतार

    sbinet/go-python

    1,540GitHub पर देखें↗

    naive go bindings to the CPython2 C-API

    Gocgogogolang
    GitHub पर देखें↗1,540
  • robertkrimen/ottorobertkrimen का अवतार

    robertkrimen/otto

    8,439GitHub पर देखें↗

    Otto is a Go implementation of a JavaScript interpreter and embedded scripting engine. It provides a runtime environment for executing JavaScript code within native applications and includes a parser that converts source code into an abstract syntax tree for analysis and processing. The project enables the creation of custom scripting interfaces by binding native Go functions into the JavaScript global scope. It also includes a utility to translate JavaScript regular expression patterns into compatible formats for other programming languages. The engine supports safe script sandboxing throug

    Go
    GitHub पर देखें↗8,439
  • aarzilli/goluaaarzilli का अवतार

    aarzilli/golua

    700GitHub पर देखें↗

    Go bindings for Lua C API - in progress

    C
    GitHub पर देखें↗700
  • olebedev/go-duktapeO

    olebedev/go-duktape

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • gentee/genteegentee का अवतार

    gentee/gentee

    146GitHub पर देखें↗

    Gentee - script programming language for automation. It uses VM and compiler written in Go (Golang).

    Goautomationcompilerembedded-language
    GitHub पर देखें↗146
  • google/starlark-gogoogle का अवतार

    google/starlark-go

    2,712GitHub पर देखें↗

    Starlark in Go: the Starlark configuration language, implemented in Go

    Go
    GitHub पर देखें↗2,712
  • dop251/gojadop251 का अवतार

    dop251/goja

    6,914GitHub पर देखें↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    Go
    GitHub पर देखें↗6,914
  • google/cel-gogoogle का अवतार

    google/cel-go

    2,875GitHub पर देखें↗

    cel-go is a Go implementation of the Common Expression Language, providing a type-safe engine for the evaluation of non-Turing complete, side-effect-free expressions. It functions as an embedded expression engine that converts human-readable strings into type-checked abstract syntax trees to ensure safe execution. The system utilizes a compile-once evaluate-many model, parsing and validating expressions into cached programs for repeated execution across different datasets. It further distinguishes itself as a partial state evaluator, using commutative logic to compute results and return resid

    Gocelexpressionexpression-evaluator
    GitHub पर देखें↗2,875
  • charly-lang/charlycharly-lang का अवतार

    charly-lang/charly

    203GitHub पर देखें↗

    🐈 The Charly Programming Language | Written by @KCreate

    Crystal
    GitHub पर देखें↗203
  • dqneo/minigoD

    DQNEO/minigo

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • cfriedt/jamvmcfriedt का अवतार

    cfriedt/jamvm

    67GitHub पर देखें↗

    clone of git://git.code.sf.net/p/jamvm/code for experimental branches

    C
    GitHub पर देखें↗67
  • candid82/jokercandid82 का अवतार

    candid82/joker

    1,757GitHub पर देखें↗

    Small Clojure interpreter, linter and formatter.

    Goclojuregolanginterpreter
    GitHub पर देखें↗1,757
  • dengsgo/math-engineD

    dengsgo/math-engine

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • cakeml/cakemlCakeML का अवतार

    CakeML/cakeml

    1,162GitHub पर देखें↗

    CakeML: A Verified Implementation of ML

    Standard ML
    GitHub पर देखें↗1,162
  • antonmedv/ultra-tiny-compilerantonmedv का अवतार

    antonmedv/ultra-tiny-compiler

    186GitHub पर देखें↗

    Ultra Tiny Compiler

    CoffeeScript
    GitHub पर देखें↗186
  • db47h/ngarodb47h का अवतार

    db47h/ngaro

    30GitHub पर देखें↗

    An embeddable implementation of the Ngaro Virtual Machine for Go programs

    Go
    GitHub पर देखें↗30
  • dotnet/coreclrdotnet का अवतार

    dotnet/coreclr

    12,764GitHub पर देखें↗

    CoreCLR is a runtime environment that manages the execution, memory, and basic types for applications built on the .NET platform. It serves as a managed execution environment that handles low-level system interactions and provides primitive data types for high-level application code. The project functions as a JIT compilation engine and a garbage collected runtime. It translates intermediate language into machine code at runtime for execution on specific hardware and automatically reclaims unused memory to prevent leaks. The system covers broad capability areas including managed code executi

    GitHub पर देखें↗12,764
  • dotnet/roslyndotnet का अवतार

    dotnet/roslyn

    20,241GitHub पर देखें↗

    The .NET Compiler Platform is a collection of open-source APIs for C# and Visual Basic that provides deep code analysis, refactoring, and automated source code generation. It serves as the core infrastructure for building development tools, offering a platform to inspect, modify, and understand source code through immutable syntax trees and semantic models. The platform distinguishes itself by providing full-fidelity syntax trees that preserve every character of source code, including whitespace and comments, alongside an incremental compilation pipeline that enables near-instant feedback dur

    C#csharphacktoberfestroslyn
    GitHub पर देखें↗20,241
  • dave/dstdave का अवतार

    dave/dst

    1,433GitHub पर देखें↗

    Decorated Syntax Tree - manipulate Go source with perfect fidelity.

    Go
    GitHub पर देखें↗1,433
  • dunglas/frankenphpdunglas का अवतार

    dunglas/frankenphp

    11,156GitHub पर देखें↗

    FrankenPHP is a high-performance application server and runtime for PHP. It functions as a web server that executes PHP scripts and delivers web content, incorporating a binary bundler to package applications and their dependencies into standalone executable files. The project integrates the PHP interpreter directly into the Caddy web server to provide automatic HTTPS and flexible site configuration. It features a worker mode runtime that keeps applications bootloaded in memory across requests to eliminate bootstrap overhead and increase throughput. Additionally, it serves as a communication

    Go
    GitHub पर देखें↗11,156
  • elena-lang/elena-langELENA-LANG का अवतार

    ELENA-LANG/elena-lang

    240GitHub पर देखें↗

    ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces

    C++
    GitHub पर देखें↗240
  • caibirdme/yqlC

    caibirdme/yql

    0GitHub पर देखें↗
    GitHub पर देखें↗0