InitPHP Barbarian
PDO-based database migration runner for MySQL, SQLite and PostgreSQL with a lightweight CLI.
Installation
terminal
$ composer require initphp/barbarian
Requires PHP 8.1+. The package is published on
Packagist as
initphp/barbarian.
What Barbarian does
A small, simple database migration library for PHP — a PDO-based runner for MySQL, SQLite and PostgreSQL with a lightweight CLI.
Package details
- Composer package
- initphp/barbarian
- Latest version
- 2.0.0
- Released
- 2026-06-11
- Requires
- PHP 8.1+ (>=8.1)
- License
- MIT
- PHP extensions
- ext-pdo, ext-json
- Depends on
- initphp/console