Download the PHP package xobotyi/beansclient without Composer
On this page you can find all versions of the php package xobotyi/beansclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xobotyi/beansclient
More information about xobotyi/beansclient
Files in xobotyi/beansclient
Download xobotyi/beansclient
More information about xobotyi/beansclient
Files in xobotyi/beansclient
Vendor xobotyi
Package beansclient
Short Description PHP7.1+ client for beanstalkd work queue with no dependencies
License MIT
Homepage https://github.com/xobotyi/beansclient
Package beansclient
Short Description PHP7.1+ client for beanstalkd work queue with no dependencies
License MIT
Homepage https://github.com/xobotyi/beansclient
Please rate this library. Is it a good library?
Informations about the package beansclient
# beansclient
[![NPM Version](https://flat.badgen.net/packagist/v/xobotyi/beansclient)](https://packagist.org/packages/xobotyi/beansclient)
[![NPM Downloads](https://flat.badgen.net/packagist/dt/xobotyi/beansclient)](https://packagist.org/packages/xobotyi/beansclient)
[![NPM Dependents](https://flat.badgen.net/packagist/dependents/xobotyi/beansclient)](https://packagist.org/packages/xobotyi/beansclient)
[![Build](https://img.shields.io/github/workflow/status/xobotyi/beansclient/CI?style=flat-square)](https://github.com/xobotyi/beansclient/actions)
[![Coverage](https://flat.badgen.net/codecov/c/github/xobotyi/beansclient)](https://app.codecov.io/gh/xobotyi/beansclient)
[![NPM Dependents](https://flat.badgen.net/packagist/php/xobotyi/beansclient)](https://packagist.org/packages/xobotyi/beansclient)
[![NPM Dependents](https://flat.badgen.net/packagist/license/xobotyi/beansclient)](https://packagist.org/packages/xobotyi/beansclient)
About
BeansClient is a PHP8 client for beanstalkd work queue with thorough unit-testing.
Library uses PSR-4 autoloader standard and always has 100% tests coverage.
Library gives you a simple way to provide your own Socket implementation, in cases when you need to log requests and
responses or to proxy traffic to non-standard transport.
BeansClient supports whole bunch of commands and responses specified
in protocol for version 1.12
Why BeansClient?
- Well tested.
- Supports UNIX sockets.
- Actively maintained.
- Predictable (does not throw exception in any situation, hello
pheanstalk
🤪). - PHP8 support.
Contents
- Requirements
- Installation
- Usage
- Docs
- TBD
Requirements
- PHP 8.0+
- beanstalkd 1.12+
Installation
Install with composer
Usage
All versions of beansclient with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8
ext-mbstring Version *
ext-json Version *
ext-sockets Version *
ext-mbstring Version *
ext-json Version *
ext-sockets Version *
The package xobotyi/beansclient contains the following files
Loading the files please wait ....