PHP Classes

File: src/vendor/pda/pheanstalk/composer.json

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   src/vendor/pda/pheanstalk/composer.json   Download  
File: src/vendor/pda/pheanstalk/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QPHP
Exchange messages with a queue server using Swoole
Author: By
Last change:
Date: 2 years ago
Size: 1,007 bytes
 

Contents

Class file image Download
{ "name": "pda/pheanstalk", "type": "library", "description": "PHP client for beanstalkd queue", "keywords": ["beanstalkd"], "homepage": "https://github.com/pheanstalk/pheanstalk", "license": "MIT", "authors": [ { "name": "Paul Annesley", "email": "paul@annesley.cc", "homepage": "http://paul.annesley.cc/", "role": "Developer" }, { "name": "Sam Mousa", "email": "sam@mousa.nl", "role": "Maintainer" } ], "require": { "php": ">=7.1.0", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^7" }, "autoload": { "psr-4": { "Pheanstalk\\": "src/" } }, "scripts": { "phpunit": "docker-compose run --rm phpunit", "psalm": "@php vendor/bin/psalm --show-info=false src", "test": [ "@composer install", "@phpunit" ] } }