Download the PHP package byjg/migration without Composer
On this page you can find all versions of the php package byjg/migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download byjg/migration
More information about byjg/migration
Files in byjg/migration
Download byjg/migration
More information about byjg/migration
Files in byjg/migration
Vendor byjg
Package migration
Short Description A simple, framework-agnostic database migration tool that uses pure SQL commands for versioning your database.
License MIT
Package migration
Short Description A simple, framework-agnostic database migration tool that uses pure SQL commands for versioning your database.
License MIT
Please rate this library. Is it a good library?
Informations about the package migration
sidebar_key: migration tags: [php, databases, cli]
Database Migration
A simple, framework-agnostic database migration tool that uses pure SQL commands for versioning your database.
Key Features
- Pure SQL Migrations - Use native SQL commands instead of framework-specific code
- Multiple Database Support - Works with MySQL, PostgreSQL, SQLite, and SQL Server
- Framework Independent - Can be used with any PHP framework or standalone
- CLI & Library Support - Use as a command-line tool or integrate into your PHP application
- Transaction Support - Ensures database consistency (where supported)
- Multi-Developer Friendly - Supports parallel development with -dev suffixed versions
Quick Start
Installation
CLI Usage
The package includes a built-in CLI tool:
See CLI Usage for complete documentation.
Library Usage
Documentation
For detailed documentation, please visit:
- Getting Started - Basic concepts and setup
- Database Setup - Configure your database connection
- Migration Scripts - Writing and organizing migrations
- CLI Usage - Command line interface guide
- API Reference - Complete API documentation
Supported Databases
- MySQL/MariaDB
- PostgreSQL
- SQLite
- SQL Server (Windows and Linux)
For connection strings and specific database setup, see our database documentation.
Related Projects
Dependencies
All versions of migration with dependencies
PHP Build Version
Package Version
The package byjg/migration contains the following files
Loading the files please wait ...