😨
Migraine
  • Introduction
  • Quick Start
  • CLI
    • Migraine
    • Tests
  • Core
    • Task
    • Storage
    • Processor
  • Processors
    • Dump
    • Error
    • Filter
    • Flush
    • If
    • Limit
    • Map
    • Read
    • Select
    • Task
    • Use
    • Write
  • Examples
    • Use database as reference
  • More
    • GitHub
Powered by GitBook
On this page

Was this helpful?

Introduction

NextQuick Start

Last updated 4 years ago

Was this helpful?

Migraine is a task runner oriented on data processing. It's a tool to transform and format data streams.

Installation

You'll need Composer and PHP 8.0

composer global require ubermanu/migraine

or you can download the migraine.phar file available in the .

releases