Skip to content

Commit

Permalink
Better explain differences with original library
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Dec 17, 2015
1 parent 1caa43d commit d9f2897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ $client = (new Client('https://127.0.0.1:4001'))->verifySslPeer(true, '/path/to/

## Why Fork?

While [original library](https://github.com/linkorb/etcd-php) works well, it depends on two big packages: Symfony Console and Guzzle. For something as low level as config access, we wanted something a bit nimbler, so we refactored the original library to use PHP's curl extension.
While [original library](https://github.com/linkorb/etcd-php) works well, it depends on two big packages: Symfony Console and Guzzle. For a feature as low level as config access, we wanted something a bit nimbler, so we removed CLI commands and refactored the original library to use PHP's curl extension.

0 comments on commit d9f2897

Please sign in to comment.