PHPackages                             mindblowup/taskq-php - 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. mindblowup/taskq-php

ActiveLibrary[Queues &amp; Workers](/categories/queues)

mindblowup/taskq-php
====================

TaskQ client library for PHP

0.3(7y ago)120MITPHPCI failing

Since Apr 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mindblowup/taskq-php)[ Packagist](https://packagist.org/packages/mindblowup/taskq-php)[ RSS](/packages/mindblowup-taskq-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

TaskQ-PHP
=========

[](#taskq-php)

TaskQ client library for PHP

\##Requirement

- php: &gt;= v7
- composer
- [taskq = v1](https://github.com/mindblowup/taskq)

How it works
------------

[](#how-it-works)

The [TaskQ Server](https://github.com/mindblowup/taskq) should be running and listen on port 8001 for example. Now you can use TaskQ-PHP client to send \[ **tasks / queues / jobs / workers / cronjobs** \] (name it as you want) to [TaskQ Server](https://github.com/mindblowup/taskq) over HTTP API. ##Install

```
composer require mindblowup/taskq-php
```

\##Get Started Send task to execute one time.

```
