3 个仓库
Runs external commands and system binaries from a PHP application, capturing output and exit codes.
Distinct from PHP Wrapper Command Execution: Distinct from PHP Wrapper Command Execution: focuses on proper subprocess spawning with I/O and lifecycle control, not on PHP wrapper-based injection.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Subprocess Executions. Refine with filters or upvote what's useful.
Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo
Executes external commands in separate operating-system processes with full lifecycle control.
xctool 是一个专为 iOS 和 macOS 持续集成设计的 xcodebuild 命令行包装器。它作为一个并行测试运行器、构建日志处理器和报告生成器,用于自动化 Apple 平台的构建和测试流水线。 该工具将测试包分发到多个 CPU 核心以减少执行时间,并提供通过过滤特定方案、类或方法来运行测试子集的能力。它通过允许命令行参数从 JSON 配置文件中持久化和加载,简化了构建管理。 它将冗长的构建日志转换为结构化的 JSON 事件流,这些流可以转换为 JUnit XML 以与外部报告工具兼容。为了提高可观测性,它使用了一个日志抑制缓冲区,在检测到错误之前隐藏输出,提供人类可读且带颜色的控制台文本。
Wraps the xcodebuild tool to simplify command execution and process real-time build output for iOS and macOS.
xcodebuildmcp is a Model Context Protocol server that exposes Xcode build, test, and device management tools for AI coding agents to automate iOS and macOS development workflows. It operates as a background daemon per workspace, communicating tool requests and responses over standard input/output using JSON-RPC messages, and streams progress and results as newline-delimited JSON objects for machine parsing. The project provides an interactive setup wizard and file-based client configuration to install skill files into predefined directories for supported AI coding clients. It manages the full
Invokes Apple's xcodebuild tool as a child process and streams its output in real time for build automation.