ubermanu / migraine
Task runner oriented on data migration
3.0.0
2021-05-09 19:12 UTC
Requires
- php: ^8.0
- doctrine/annotations: ^1.11
- hoa/ruler: ~2.0
- symfony/console: ^5.1
- symfony/yaml: ^5.1
Requires (Dev)
- ext-json: *
- ext-pdo_sqlite: *
- ext-simplexml: *
- ext-zlib: *
- phpunit/phpunit: ^9.4
- vimeo/psalm: ^4.7
This package is auto-updated.
Last update: 2025-03-19 19:44:40 UTC
README
Task runner oriented on data processing.
In short, it's a tool to transform and format data.
Install
composer global require ubermanu/migraine
Getting started
You can check out the documentation.
Build
To build the migraine.phar
file, you'll need box-project/box.
Clone this repo and run:
make build