News Feed
Jobs Feed
Sections




News Archive
Dave Marshall's Blog:
Phpmig - Simple migrations for php
November 01, 2011 @ 13:19:02

In a new post to his blog Dave Marshall shares a homegrown migration tool he's created to help make database migrations a simpler task - phpmig.

I've previously blogged about migrations with phing and dbdeploy and also porting ActiveRecord::Migrations to PHP, now here I am again blogging about yet another way of doing migrations in PHP projects. Only maybe this time it's different, maybe this time I've found a way I'm happy with...? Phpmig is a simple migrations system that was written to be easily adopted regardless of the framework or libraries you are using. It requires a little bit of setting up, but if you know you should be using migrations, you're probably more than capable.

He's worked up a sample application to show you how to get things set up and working - a basic Silex-based application. Phpmig is used to create a basic bootstrap for the deployment that includes the use of Pimple for dependency injection and a command-line interface to generate a migration skeleton class for the up/down methods. The source for phpmig can be found on github.

0 comments voice your opinion now!
migration database simple phpmig custom


blog comments powered by Disqus

Similar Posts

Chris Jones' Blog: PECL Install Prompts Explained, With Particular Reference to OCI8

WebReference.com: XML and PHP Simplified

Community News: Ottawa Food Bank Improve Distribution Databases via PHP

Tutorial: A Simple Sessions Tutorial

Ian Selby's Blog: Weird PHP Seg Faults & Custom Session Handlers


Community Events











Don't see your event here?
Let us know!


introduction unittest opinion development example api community testing interview language release code composer framework phpunit functional zendframework2 database podcast series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework