PHPackages                             netlogix/migrations-jobqueue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. netlogix/migrations-jobqueue

ActiveNeos-package[Queues &amp; Workers](/categories/queues)

netlogix/migrations-jobqueue
============================

Run netlogix/migrations asynchronously using flowpack/jobqueue

2.0.1(1y ago)190.0k↑73.2%MITPHPPHP ^7.4 || ^8.2

Since Jan 26Pushed 8mo ago3 watchersCompare

[ Source](https://github.com/netlogix/Netlogix.Migrations.JobQueue)[ Packagist](https://packagist.org/packages/netlogix/migrations-jobqueue)[ Docs](http://websolutions.netlogix.de/)[ RSS](/packages/netlogix-migrations-jobqueue/feed)WikiDiscussions main Synced yesterday

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

Netlogix.Migrations.JobQueue
============================

[](#netlogixmigrationsjobqueue)

About Netlogix Migrations
-------------------------

[](#about-netlogix-migrations)

This package provides the ability to run migrations of the `netlogix/migrations` package ([Netlogix.Migrations](https://github.com/netlogix/Netlogix.Migrations)) asynchronously.

Installation
------------

[](#installation)

`composer require netlogix/migrations-jobqueue`

Configuration
-------------

[](#configuration)

To run a migration asynchronously, the Queue to be used needs to be defined:

```
Netlogix:
  Migrations:
    JobQueue:
      queueName: 'nlx-migrations'
```

The queue (In this example `nlx-migrations`) must be configured in `Flowpack.JobQueue.Common` ([Check Github for more info](https://github.com/Flowpack/jobqueue-common))!

Usage
-----

[](#usage)

Simply use the `AsyncMigration` interface in your migration:

```
