Libraries tagged by sql-migrations
php-database-migration/php-database-migration
56165 Downloads
rake and mybatis SQL migration tool
pmatseykanets/laravel-sql-migrations
30380 Downloads
Raw SQL migrations for Laravel
traackr/sql-migration
55050 Downloads
SQL migration plugin for CakePHP
swouters/sql-migrations-bundle
1442 Downloads
Allow symfony database versioning using SQL plain files.
visol/migrations
9777 Downloads
Enable SQL migration powered by Doctrine
piece-of-kake/sql-migrations
584 Downloads
An OO SQL migration tool with versioning
monkeyscloud/monkeyslegion-migration
66 Downloads
Entity-schema diff engine and SQL migration runner.
arakaki-yuji/mig
82 Downloads
Simple SQL migration.
appzap/migrator
501 Downloads
A TYPO3 Extension for SQL Migrations
rebelcode/sql-migrations
8 Downloads
A lightweight SQL migrations library for PHP.
mepihindeveloper/php-sql-migration
6 Downloads
Component for working with SQL migrations
gozoro/yii2-sql-migrations
5 Downloads
Migration controller that works with sql-files ...up.sql and ...down.sql.
bronos/php-sql-migrations
5928 Downloads
PHP SQL Migrations
bonuscred/sql-migration
14 Downloads
SQL Database Migrator
bakkahit/sql-migration
34 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.