2 مستودعات
Specialized tools for managing the deployment of PHP-based web frameworks using recipes.
Distinct from PHP Application Deployments: Focuses on the framework-specific deployment logic rather than general PHP application packaging.
Explore 2 awesome GitHub repositories matching devops & infrastructure · PHP Framework Deployment Tooling. Refine with filters or upvote what's useful.
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
Provides a set of pre-defined deployment recipes tailored for popular PHP web frameworks.
Laravel Deployer هو أداة سطر أوامر مصممة لأتمتة نشر تطبيقات الويب المبنية على إطار عمل Laravel. يعمل كنظام إدارة قائم على التكوين يقوم بمزامنة الكود عبر بيئات الخادم البعيدة وينسق دورة حياة إصدار التطبيق. تستخدم الأداة بروتوكولات shell الآمنة لتنفيذ الأوامر عن بُعد وإدارة البنية التحتية، مما يضمن إعداد بيئة متسقة من خلال قوالب قياسية. يحافظ النظام على استمرارية الخدمة من خلال نشر الكود في أدلة ذات طابع زمني وإجراء تبديل الروابط الرمزية (symlink) الذري، مما يسمح لخادم الويب بالانتقال إلى الإصدارات الجديدة فقط بعد التحقق من العملية. يتضمن النظام دعماً مدمجاً لإدارة الإصدارات ذات الحالة، مما يتيح عمليات التراجع التلقائي إلى الإصدارات السابقة إذا واجه النشر أخطاء. يمكن للمطورين تحديد تسلسلات نشر مخصصة باستخدام مهام نمطية قابلة لإعادة الاستخدام، مما يوفر تحكماً في المراحل المختلفة لدورة حياة التطبيق.
Provides a configuration-driven framework for streamlining environment synchronization and release management.