This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: printdeal/etcd-php
Releases · printdeal/etcd-php
Headers at post request fixed
General fixes
Composer.json and README updated
Client Interface Added
Client interface added * Guzzless built. Preparation to tests. * First test written for etcd client * Add travis tests for PHP 5.6 * Version also should be trimmed * Fix can not install etcd/php on composer update * Created common interface for clients * Revert changes * Clients implements new interfaces * Inherit docs
Guzzle independent client added
Able to use ETCD client with predefined Guzzle Client (#1) * Guzzless built. Preparation to tests. * First test written for etcd client * Add travis tests for PHP 5.6 * Version also should be trimmed