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

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

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

deuill/go-php

0
View on GitHub↗
944 स्टार्स·106 फोर्क्स·Go·MIT·4 व्यूज़

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.

स्टार हिस्ट्री

deuill/go-php के लिए स्टार हिस्ट्री चार्टdeuill/go-php के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Go Php के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Go Php के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • mattn/ankomattn का अवतार

    mattn/anko

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

    Scriptable interpreter written in golang

    Gogoprogramming-language
    GitHub पर देखें↗1,572
  • 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
  • paesslerag/gvalPaesslerAG का अवतार

    PaesslerAG/gval

    811GitHub पर देखें↗

    Expression evaluation in golang

    Go
    GitHub पर देखें↗811
Go Php के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

deuill/go-php क्या करता है?

PHP bindings for the Go programming language (Golang)

deuill/go-php की मुख्य विशेषताएं क्या हैं?

deuill/go-php की मुख्य विशेषताएं हैं: Compilers and Interpreters, Embedded Scripting, Scripting Languages।

deuill/go-php के कुछ ओपन-सोर्स विकल्प क्या हैं?

deuill/go-php के ओपन-सोर्स विकल्पों में शामिल हैं: 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…