PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Queue Jobs Piping   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Queue Jobs Piping
Send jobs to a pipeline to be executed later
Author: By
Last change:
Date: 3 years ago
Size: 1,111 bytes
 

Contents

Class file image Download
{ "description": "free as in freedom php component process to easy up creation of pipe process in php", "keywords": [ "bazzline", "psr", "psr-4", "php", "pipe", "process", "component", "process pipe", "lgpl", "free as in freedom" ], "license": "LGPLv3", "name": "net_bazzline/php_component_process_pipe", "type": "library", "authors": [ { "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.et", "name": "Stev Leibelt", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "0.9.4", "phpunit/phpunit": "~4.8||~5.4" }, "autoload": { "psr-4": { "Example\\": "example/", "Net\\Bazzline\\Component\\ProcessPipe\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\ProcessPipe\\": "test/" } } }