yiisoft / yii2-elasticsearch

Yii 2 Elasticsearch extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
428 stars 253 forks source link

Remove the dependency of CURL extension #84

Open klimov-paul opened 8 years ago

klimov-paul commented 8 years ago

Originally reported at yii2-authclient repo at: https://github.com/yiisoft/yii2-authclient/issues/27 It affects yii2-elasticsearch as well.

The PHP stream extension (context for file_get_contents() method) can be used for HTTP requests as well as CURL library. PHP stream extension is built-in, while CURL should be installed manually producing redundant dependency.

klimov-paul commented 8 years ago

Relates to https://github.com/yiisoft/yii2/issues/2953