awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to copernicamarketingsoftware/php-cpp

Open-source alternatives to PHP CPP

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

  • wjakob/nanobindwjakob 的头像

    wjakob/nanobind

    3,572在 GitHub 上查看↗

    nanobind: tiny and efficient C++/Python bindings

    C++
    在 GitHub 上查看↗3,572
  • bytedeco/javacppbytedeco 的头像

    bytedeco/javacpp

    4,697在 GitHub 上查看↗

    JavaCPP is a JNI C++ bridge and foreign function interface that provides a binding generator, a native library loader, and a native memory manager. It automates the creation of Java wrappers around native C++ headers and shared libraries to enable interoperability between the two languages. The project features a C++ binding generator that parses header files to automatically produce the necessary glue code and interfaces for calling native functions. It includes a native library loader that locates and extracts platform-specific binaries from the classpath into a local cache for runtime exec

    Javacc-plus-pluscpp
    在 GitHub 上查看↗4,697
  • mono/cppsharpmono 的头像

    mono/CppSharp

    3,385在 GitHub 上查看↗

    Tools and libraries to glue C/C++ APIs to high-level languages

    C#bindingsbridgec
    在 GitHub 上查看↗3,385
  • thephd/sol2ThePhD 的头像

    ThePhD/sol2

    5,072在 GitHub 上查看↗

    Sol2 is a C++ Lua binding library that serves as a language interoperability layer for integrating Lua scripts into C++ applications. It acts as a scripting wrapper and API toolkit, enabling the execution of Lua code and the management of shared state within a native C++ environment. The library focuses on automated function and type mapping to bridge native C++ classes and complex data types with the Lua scripting engine. It provides mechanisms for bidirectional data exchange, allowing compiled logic and variables to be synchronized between the host application and the script runtime. The s

    C++
    在 GitHub 上查看↗5,072

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • saghul/txiki.jssaghul 的头像

    saghul/txiki.js

    3,081在 GitHub 上查看↗

    A tiny JavaScript runtime

    C
    在 GitHub 上查看↗3,081
  • chaiscript/chaiscriptChaiScript 的头像

    ChaiScript/ChaiScript

    3,119在 GitHub 上查看↗

    Embedded Scripting Language Designed for C++

    C++c-plus-pluscppembedded-scripting-language
    在 GitHub 上查看↗3,119
  • cesanta/v7cesanta 的头像

    cesanta/v7

    1,451在 GitHub 上查看↗

    Embedded JavaScript engine for C/C++

    C
    在 GitHub 上查看↗1,451
  • cython/cythoncython 的头像

    cython/cython

    10,767在 GitHub 上查看↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    在 GitHub 上查看↗10,767
  • svaarala/duktapesvaarala 的头像

    svaarala/duktape

    6,208在 GitHub 上查看↗

    Duktape is an embeddable JavaScript engine and portable scripting runtime designed for integration into C and C++ applications. It functions as a lightweight ECMAScript runtime that provides a C-JavaScript bridge for exchanging data and invoking functions between native code and a script execution environment. The engine includes an ECMAScript bytecode compiler that allows for the serialization and caching of compiled functions to disk to reduce application startup time. It organizes script dependencies using a CommonJS-compliant module loader. The runtime covers a variety of capabilities in

    JavaScriptduktapejavascriptjavascript-engine
    在 GitHub 上查看↗6,208
  • tbenthompson/cppimporttbenthompson 的头像

    tbenthompson/cppimport

    1,229在 GitHub 上查看↗

    Import C++ files directly from Python!

    Python
    在 GitHub 上查看↗1,229
  • taviso/ctypes.shtaviso 的头像

    taviso/ctypes.sh

    2,170在 GitHub 上查看↗

    A foreign function interface for bash.

    C
    在 GitHub 上查看↗2,170
  • swig/swigswig 的头像

    swig/swig

    6,294在 GitHub 上查看↗

    SWIG is a tool that generates wrapper code to expose C and C++ libraries to a wide range of higher-level programming languages. It reads annotated C/C++ header files and produces language-specific bindings from a single interface definition, supporting languages such as Python, Java, Ruby, C#, Perl, and many others. The generated wrapper code is free from the project's GPL license, allowing users to distribute it under their own terms. The tool handles modern C++ features including templates, namespaces, smart pointers, and constructs up to C++20 through specialized parsing and code generatio

    SWIG
    在 GitHub 上查看↗6,294
  • pybind/pybind11pybind 的头像

    pybind/pybind11

    17,913在 GitHub 上查看↗

    pybind11 is a header-only C++ binding library that exposes C++ functions and classes as Python modules. It serves as a language bridge, mapping native types, inheritance hierarchies, and lambda functions into compatible Python objects to enable high-performance native code execution. The library includes specialized integration for NumPy arrays, utilizing buffer protocols to bind native C++ data without copying memory. It provides a toolkit for mapping C++ standard library data structures and smart pointers into the Python environment while maintaining cross-language memory management. The p

    C++
    在 GitHub 上查看↗17,913
  • charto/nbindcharto 的头像

    charto/nbind

    1,999在 GitHub 上查看↗

    :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket:

    C++asmjsc-plus-plusemscripten
    在 GitHub 上查看↗1,999
  • boostorg/pythonboostorg 的头像

    boostorg/python

    530在 GitHub 上查看↗

    Boost.org python module

    C++
    在 GitHub 上查看↗530
  • amittam104/bentohubamittam104 的头像

    amittam104/BentoHub

    138在 GitHub 上查看↗

    BentoHub is a application where you can create a bento grid for your GitHub profile readme.

    JavaScript
    在 GitHub 上查看↗138
  • amit-davidson/chronosA

    amit-davidson/Chronos

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alexbrazier/react-native-network-loggeralexbrazier 的头像

    alexbrazier/react-native-network-logger

    677在 GitHub 上查看↗

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

    TypeScript
    在 GitHub 上查看↗677
  • amarcruz/react-native-cross-settingsaMarCruz 的头像

    aMarCruz/react-native-cross-settings

    18在 GitHub 上查看↗

    React Native Settings module for both Android & iOS.

    Java
    在 GitHub 上查看↗18
  • aliasrobotics/aztarnaaliasrobotics 的头像

    aliasrobotics/aztarna

    93在 GitHub 上查看↗

    aztarna, a footprinting tool for robots.

    Python
    在 GitHub 上查看↗93
  • alandsleman/formbuilderAlandSleman 的头像

    AlandSleman/FormBuilder

    474在 GitHub 上查看↗

    UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

    TypeScript
    在 GitHub 上查看↗474
  • ahoo-wang/smartcodeAhoo-Wang 的头像

    Ahoo-Wang/SmartCode

    578在 GitHub 上查看↗

    SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!

    C#
    在 GitHub 上查看↗578
  • antiufo/roslyn-linq-rewriteantiufo 的头像

    antiufo/roslyn-linq-rewrite

    714在 GitHub 上查看↗

    This tool compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.

    C#
    在 GitHub 上查看↗714
  • apache/datafuapache 的头像

    apache/datafu

    124在 GitHub 上查看↗

    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you…

    Java
    在 GitHub 上查看↗124
  • apentle/react-native-babel-jestapentle 的头像

    apentle/react-native-babel-jest

    19在 GitHub 上查看↗

    Simple testing configuration for React Native with Jest

    JavaScript
    在 GitHub 上查看↗19
  • apiato/apiatoapiato 的头像

    apiato/apiato

    3,103在 GitHub 上查看↗

    PHP Framework for building scalable API's on top of Laravel.

    PHP
    在 GitHub 上查看↗3,103
  • apklab/apklabAPKLab 的头像

    APKLab/APKLab

    3,878在 GitHub 上查看↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    TypeScript
    在 GitHub 上查看↗3,878
  • appventus/avajaxbundleA

    AppVentus/AvAjaxBundle

    0在 GitHub 上查看↗

    AvAjaxBundle

    在 GitHub 上查看↗0
  • arcadia-unity/arcadiaarcadia-unity 的头像

    arcadia-unity/Arcadia

    1,685在 GitHub 上查看↗

    Clojure in Unity

    Clojureclojuregame-developmentunity
    在 GitHub 上查看↗1,685
  • antirez/sdsantirez 的头像

    antirez/sds

    5,486在 GitHub 上查看↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    在 GitHub 上查看↗5,486