@bracki pity it doesn’t work on Squeeze (why is that?), as far as I can see it doesn’t depend on a particular version of PHP, just anything greater than 5.3.9 — "php": ">=5.3.9"
, to be exact.
@bracki pity it doesn’t work on Squeeze (why is that?), as far as I can see it doesn’t depend on a particular version of PHP, just anything greater than 5.3.9 — "php": ">=5.3.9"
, to be exact.
The elasticsearch PHP client is an excellent example of a well-written PHP service client. Very simple API with little surface area to memorize, uses PSR logging interface, easily configurable due to pimple-based design.