awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cakephp avatar

cakephp/phinx

0
View on GitHub↗
4,537 نجوم·886 تفرعات·PHP·MIT·8 مشاهداتphinx.org↗

Phinx

Phinx هو أداة لترحيل وإصدار قواعد البيانات في PHP تستخدم لتتبع ونشر التغييرات الهيكلية على مخططات قواعد البيانات عبر بيئات مختلفة. يعمل كنظام تحكم في الإصدار لقواعد البيانات، مما يسمح بتعريف وإدارة التعديلات الهيكلية من خلال كود PHP.

توفر الأداة آليات لإصدار مخطط قاعدة البيانات والتراجع عنه، مما يمكن المستخدمين من التراجع عن عمليات الترحيل المطبقة سابقاً واستعادة قاعدة البيانات إلى حالة سابقة محددة. بالإضافة إلى ذلك، يتضمن أداة بذر (seeder) لقاعدة البيانات لملء الجداول بسجلات أساسية أولية أو بيانات وهمية.

يعمل النظام كواجهة سطر أوامر مستقلة تدير التنفيذ المتسلسل لعمليات الترحيل وتتتبع إصدار المخطط الحالي عبر جدول بيانات وصفية داخل قاعدة البيانات المستهدفة.

Features

  • Database Schema Version Control - Provides a version control system for database schemas using reproducible PHP migration files.
  • Database Migrations - Tracks and deploys structural changes to database schemas using versioned PHP code.
  • Database Versioning - Manages the evolution of database structures to synchronize schemas across different environments.
  • Migration Execution - Executes database schema updates in chronological order to ensure consistent evolution.
  • Schema Rollbacks - Enables users to undo previously applied migrations and restore the database to a stable previous state.
  • Schema Version Tracking - Tracks applied migrations via a dedicated metadata table within the target database.
  • Change Rollback Mechanisms - Supports reverting problematic schema updates to restore a stable database state without manual SQL.
  • PHP-Based Definitions - Allows structural changes to be defined as portable PHP code for version control.
  • Database Migration Tools - Serves as a PHP-based utility for versioning and applying incremental schema changes.
  • Database Schema Rollback Tools - Provides a dedicated mechanism to undo migrations and restore the schema to a specific previous state.
  • Data Seeding Utilities - Includes a seeder to populate database tables with initial baseline or dummy records.
  • Database Adapters - Provides standardized interfaces to decouple migration logic from specific database engines.
  • Database Seeding Tools - Automates the population of fresh databases with baseline records required for application functionality.
  • Standalone CLI Runtimes - Operates as a standalone CLI tool to execute migrations independently of a full framework.
  • Command Patterns - Implements reversible command patterns using up and down methods for schema application and rollback.
  • Database Seeders - Provides a seeder for populating database tables with initial records for development and testing.
  • Database Migrations - Manages database migrations.

سجل النجوم

مخطط تاريخ النجوم لـ cakephp/phinxمخطط تاريخ النجوم لـ cakephp/phinx

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة cakephp/phinx؟

Phinx هو أداة لترحيل وإصدار قواعد البيانات في PHP تستخدم لتتبع ونشر التغييرات الهيكلية على مخططات قواعد البيانات عبر بيئات مختلفة. يعمل كنظام تحكم في الإصدار لقواعد البيانات، مما يسمح بتعريف وإدارة التعديلات الهيكلية من خلال كود PHP.

ما هي الميزات الرئيسية لـ cakephp/phinx؟

الميزات الرئيسية لـ cakephp/phinx هي: Database Schema Version Control, Database Migrations, Database Versioning, Migration Execution, Schema Rollbacks, Schema Version Tracking, Change Rollback Mechanisms, PHP-Based Definitions.

ما هي البدائل مفتوحة المصدر لـ cakephp/phinx؟

تشمل البدائل مفتوحة المصدر لـ cakephp/phinx: mattes/migrate — This project is a database schema migration engine that provides a command-line interface and a library for managing… pressly/goose — Goose is a database schema versioning system and SQL migration tool designed for Go applications. It functions as a… golang-migrate/migrate — This project is a command-line utility designed to manage database schema versioning and automate incremental schema… doctrine/migrations — This project is a database version control system and schema evolution manager designed to track and apply incremental… liquibase/liquibase — Liquibase is a database schema change management tool and version control system designed to track, manage, and apply… db-migrate/node-db-migrate — This project is a database migration framework designed to manage and execute versioned schema changes across multiple…

بدائل مفتوحة المصدر لـ Phinx

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Phinx.
  • mattes/migrateالصورة الرمزية لـ mattes

    mattes/migrate

    2,282عرض على GitHub↗

    This project is a database schema migration engine that provides a command-line interface and a library for managing sequential structural changes. It functions as a version control utility for database schemas, enabling the application, reversion, and synchronization of incremental updates across development and production environments. The tool distinguishes itself through a driver-based abstraction layer that supports a wide range of relational and non-relational storage systems. It maintains schema consistency by using a dedicated metadata table to track versions and prevent concurrent up

    Goaws-s3cassandracrate
    عرض على GitHub↗2,282
  • pressly/gooseالصورة الرمزية لـ pressly

    pressly/goose

    10,197عرض على GitHub↗

    Goose is a database schema versioning system and SQL migration tool designed for Go applications. It functions as a framework for tracking and applying incremental database changes through versioned SQL scripts, ensuring consistency across different environments. The project distinguishes itself by providing a build-time capability to exclude unused database drivers to optimize binary size and a filesystem abstraction that allows migration scripts to be bundled directly into a compiled executable. It also supports out-of-order execution logic to apply missing scripts that were created after a

    Godatabasedatabase-migrationsgo
    عرض على GitHub↗10,197
  • golang-migrate/migrateالصورة الرمزية لـ golang-migrate

    golang-migrate/migrate

    18,118عرض على GitHub↗

    This project is a command-line utility designed to manage database schema versioning and automate incremental schema updates. It functions as a version control system for database structures, ensuring consistency across environments by tracking applied migrations in a dedicated metadata table and executing scripts in a sequential, reliable manner. The tool distinguishes itself through a driver-based abstraction layer that supports a wide range of database engines, including various SQL and distributed cloud databases. It provides robust concurrency control through advisory locking, which prev

    Goaws-s3cassandradatabase
    عرض على GitHub↗18,118
  • doctrine/migrationsالصورة الرمزية لـ doctrine

    doctrine/migrations

    4,770عرض على GitHub↗

    This project is a database version control system and schema evolution manager designed to track and apply incremental changes to database structures. It serves as a tool for versioning SQL database migrations using both programmatic PHP classes and SQL scripts. The system is designed specifically for integration with the Doctrine Object Relational Mapper for PHP, allowing database schemas to evolve incrementally without data loss through reversible migration steps. It covers capabilities for automated database migrations, environment synchronization, and schema versioning. These features fa

    PHP
    عرض على GitHub↗4,770
عرض جميع البدائل الـ 30 لـ Phinx→