9 Repos
Methods and tools for packaging PHP environments and dependencies for consistent server deployment.
Distinct from PHP Application Frameworks: Existing candidates focus on profiling, frameworks, or learning resources rather than deployment and packaging.
Explore 9 awesome GitHub repositories matching devops & infrastructure · PHP Application Deployments. Refine with filters or upvote what's useful.
Yii2 is a professional PHP web framework designed for developing high-performance, scalable enterprise web applications. It utilizes a Model-View-Controller architecture to separate data logic, user interfaces, and request handling, ensuring maintainability for large-scale projects. The framework includes a built-in PHP code generator that automates the creation of boilerplate controllers and models by scanning database schemas. It provides an Active Record object-relational mapping system where classes represent tables and instances represent rows to manage data persistence. Additional capa
Supports packaging the application environment and dependencies to ensure consistent deployment across infrastructure.
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.
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.
Deployer is a PHP deployment tool and SSH-based deployment automator used to push applications to remote servers and automate the provisioning of hosting environments. It functions as a zero-downtime deployment manager that utilizes symbolic links to switch between application versions, ensuring continuous site availability. The system employs pre-defined deployment recipes tailored to the specific requirements of popular PHP web frameworks. This framework-specific automation allows for the execution of task sequences designed for particular software environments. The tool covers remote serv
Pushes PHP code to remote servers and manages the update process through automated task sequences.
This project is a PHP application server and process manager designed to reduce request latency by keeping applications resident in memory. It functions as a load balancer that distributes incoming network requests across a pool of worker processes, eliminating the overhead of repetitive bootstrapping. The server routes network requests directly into application framework kernels, bypassing traditional web server layers. It includes a built-in mechanism for delivering static assets directly to clients and supports hot reloading by monitoring source files for changes and automatically restarti
Simplifies the deployment of modern PHP web applications by managing application kernels and static assets.
Dieses Projekt ist eine PHP-basierte Automatisierungsplattform für digitale Produkte, die für den Verkauf und die sofortige Lieferung digitaler Güter und Softwarelizenzen entwickelt wurde. Sie fungiert als automatisierte Storefront-Engine, die Inventar, Flash-Sales und die Lieferung von Kontoschlüsseln verwaltet. Die Plattform wird als dockerisierte E-Commerce-Umgebung bereitgestellt, die Anwendungs-, Datenbank- und Cache-Schichten für eine konsistente Bereitstellung in Containern verpackt. Sie bietet eine Plugin-basierte Architektur zur Integration mehrerer Zahlungs-Gateways und ein mehrstufiges Affiliate-System zur Nachverfolgung von Empfehlungen und zur Verteilung von Rekrutierungsprovisionen. Das System enthält Tools zur Inventarsynchronisation von Drittanbietern zur Automatisierung der Auftragsabwicklung sowie ein gestuftes Zugriffskontrollmodell zur Verwaltung von Mitgliedschaftsrängen und Produktpreisen. Es unterstützt zudem die Bereitstellung unabhängiger Sub-Shops und bietet einen Mechanismus für Remote-Software-Updates über das Administrationspanel.
Utilizes containerized packaging to deploy PHP applications consistently across different server environments.
Devilbox ist eine containerisierte Entwicklungsumgebung, die eine reproduzierbare Suite von Webservern, Datenbanken und Sprach-Runtimes bereitstellt, die über eine einheitliche Konfiguration verwaltet werden. Es fungiert als Docker-basierter lokaler Entwicklungs-Stack für LAMP- und MEAN-Stacks sowie als Manager für den Wechsel zwischen verschiedenen Versionen dieser Dienste, um spezifische Projektanforderungen zu erfüllen. Das System zeichnet sich durch die Automatisierung der lokalen Netzwerk-Orchestrierung aus. Es enthält einen Docker-basierten Virtual-Host-Manager, der lokale Verzeichnisse automatisch auf benutzerdefinierte Domains abbildet, sowie einen lokalen DNS- und SSL-Orchestrator, der die interne Domainauflösung übernimmt und vertrauenswürdige Zertifikate für die HTTPS-Entwicklung generiert. Das Projekt deckt ein breites Spektrum an Funktionen ab, einschließlich Datenbank- und Dienstverwaltung über Weboberflächen, Sprach-Runtime-Versioning und Multi-Projekt-Hosting. Es bietet zudem Tools zum Abfangen ausgehender E-Mails, zur Überwachung des Dienststatus über ein Dashboard und zur Ausführung von Entwicklungstoolchains direkt innerhalb von Containern.
Packages PHP environments and dependencies for consistent local server deployment.
This project is a web-based point of sale and retail management system built with PHP and MySQL. It serves as a comprehensive tool for processing sales transactions, tracking inventory levels, and managing business expenses. The software integrates hardware for retail operations, including barcode scanner support and receipt printing. It features a dedicated inventory management system capable of generating EAN barcodes, organizing items into kits, and importing product data via CSV files. Beyond basic transactions, the platform covers customer loyalty tracking, the issuance of gift cards, a
Hosts a CodeIgniter and MySQL retail management application using Docker containers with security configurations.
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.