P
P
PO6OT2015-05-15 14:49:42
PHP
PO6OT, 2015-05-15 14:49:42

Is there an analogue of Curl in PHP that does not require installation?

Is there an analogue of Curl in PHP that does not require installation, that is, just a plug-in library?
Preferably NOT an Object Oriented Library.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
PQR, 2015-05-17
@woonem

The best library for http requests in PHP today is Guzzle. Works without curl if it's not available: guzzle.readthedocs.org/en/latest/overview.html#req...
But it has an OOP interface.

M
Maxim Grechushnikov, 2015-05-15
@maxyc_webber

file_get contents?

L
Lesha Kiselev, 2015-05-15
@Yakud

Well damn. Exactly one query to Google gives excellent results, I advise you to use it.
https://www.google.ru/search?q=php+http+without+curl

S
ShamblerR, 2015-05-15
@ShamblerR

Is it really so difficult to put a normal curl?
yum install php-curlcentos
sudo apt-get php5-curldebian
actually installation consists in library jumps.
You can download it for your distribution and connect it, in principle, it will be on the soap and it will come out

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question