Why I Built Migrun
php
dev.to
I mostly work with PHP projects that do not live inside a full framework like Laravel or Symfony — frameworks that come with their own ORM-based migration tools. The existing standalone migration tools like Phinx, Phpmig, Phoenix are available, but they come with problems that kept bothering me over the years. I would not even call Phinx standalone — it pulls in the Cake framework's core. Service container integration is a hack. At least in Phinx, which I used the most. If you use a dependency