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.