Download the PHP package s1lver/yii2-etcd without Composer
On this page you can find all versions of the php package s1lver/yii2-etcd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-etcd
Yii2 etcd component
Interaction component with etcd
(A distributed, reliable key-value store for the most critical data of a distributed system) for Yii2 Framework
.
Required
- PHP: >= 8.0
- grpc - for RPC
- protobuf - for RPC
Install
or add
to the require section of your composer.json file.
Supported etcd API version
- v3
Supported etcd methods
Main
version
KV
range
put
Auth
authenticate
How to use
Configure
Get key value
Get etcd version
Switch between supported protocol
etcd v3 uses gRPC for its messaging protocol. For languages with no gRPC support, etcd provides a JSON gRPC gateway. This gateway serves a RESTful proxy that translates HTTP/JSON requests into gRPC messages.
All versions of yii2-etcd with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-curl Version *
guzzlehttp/guzzle Version ^7.4.5
grpc/grpc Version ^1.42.0
google/protobuf Version ^v3.11.4
ext-curl Version *
guzzlehttp/guzzle Version ^7.4.5
grpc/grpc Version ^1.42.0
google/protobuf Version ^v3.11.4
The package s1lver/yii2-etcd contains the following files
Loading the files please wait ....