2 个仓库
Framework-specific wrappers that expose internal library logic as console commands.
Distinct from CLI Command Frameworks: Distinct from CLI Command Frameworks: focuses on the act of wrapping existing logic for the CLI rather than the framework used to build the CLI.
Explore 2 awesome GitHub repositories matching development tools & productivity · Command Wrappers. Refine with filters or upvote what's useful.
DoctrineMigrationsBundle 是一个数据库模式迁移工具和 Symfony 框架集成,用于使用 Doctrine Migrations 库管理和版本化数据库更改。它作为一个桥梁,连接 Symfony 服务容器与 Doctrine 数据库迁移工作流。 该项目提供了一个用于跟踪和应用数据库模式增量更改的系统,确保开发、测试和生产环境之间的一致状态。它自动化模式更新以在无需手动执行 SQL 的情况下维护数据结构。 该工具通过服务容器注册、基于配置的映射和 CLI 命令包装器与框架集成。它还包括一个事件驱动的 Hook 系统和通过专用数据库表进行的元数据驱动版本跟踪。
Provides a CLI-command wrapper to expose migration library functionality through the Symfony console.
This library provides a native component for embedding web-based video players directly into iOS applications. It functions as a bridge that allows developers to display external video content within a sandboxed browser engine instance while keeping users inside the native application environment. The project facilitates bidirectional communication between the native application layer and the embedded web player. It utilizes a command-pattern wrapper to translate native method calls into script injections, enabling programmatic control over playback actions such as playing, pausing, or seekin
Exposes native methods that translate developer requests into script injections for controlling the embedded web player.