2 repository-uri
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 is a database schema migration tool and a Symfony framework integration for managing and versioning database changes using the Doctrine Migrations library. It functions as a bridge connecting the Symfony service container to Doctrine database migration workflows. The project provides a system for tracking and applying incremental changes to a database schema, ensuring consistent states across development, staging, and production environments. It automates schema updates to maintain data structures without manual SQL execution. The tool integrates with the framework t
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.