awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBinary Bundlers

Tools that package a runtime and application source into a single standalone executable.

Distinct from PHP Application Deployments: Distinct from general deployments by focusing specifically on the bundling tool mechanism.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Binary Bundlers. Refine with filters or upvote what's useful.

Awesome Binary Bundlers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dunglas/frankenphpالصورة الرمزية لـ dunglas

    dunglas/frankenphp

    11,156عرض على GitHub↗

    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

    Provides a tool for packaging an entire PHP application and its dependencies into a single standalone executable.

    Go
    عرض على GitHub↗11,156
  • php/frankenphpالصورة الرمزية لـ php

    php/frankenphp

    11,151عرض على GitHub↗

    FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu

    Packages the server and application source into a single standalone executable.

    Gocaddyfrankenphpgo
    عرض على GitHub↗11,151
  • just-js/justالصورة الرمزية لـ just-js

    just-js/just

    3,803عرض على GitHub↗

    Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It provides a direct interface to kernel functions and hardware resources, allowing developers to interact with operating system features that are typically inaccessible through standard high-level programming environments. The runtime distinguishes itself by offering a streamlined execution model that minimizes startup latency and provides the ability to compile scripts into standalone, dependency-free binaries. By leveraging the V8 engine and a specialized module loading system, it

    Provides tools to package JavaScript source code into independent, dependency-free executable files.

    JavaScriptjavascriptlinuxruntime
    عرض على GitHub↗3,803
  1. Home
  2. DevOps & Infrastructure
  3. PHP Application Deployments
  4. Binary Bundlers