PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Asynchronous Task 7   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Asynchronous Task 7
Execute parallel task using a sub-class
Author: By
Last change: Add tests & fix bugs
Date: 5 years ago
Size: 969 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/asynctask-7", "description": "AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.", "type": "library", "keywords": ["task", "background", "asynchronous", "work days"], "version": "2.0.13", "license": "BSD-3-Clause", "homepage": "https://bringer.pro/", "authors": [ { "name": "Dmitry Mamontov", "email": "mamontov@bringer.pro", "role": "lead" } ], "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "7.*", "apigen/apigen": "4.*" }, "support": { "email": "mamontov@bringer.pro" }, "autoload": { "psr-0": { "AsyncTask\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "2.0.4.x-dev" } } }