将curl命令转换为PHP

时间:2017-04-21 06:26:38

标签: php-curl

我使用MX API并希望将curl命令转换为php。命令如下:

curl -i -X GET 'https://vestibule.mx.com/institutions' \
-H 'Accept: application/vnd.mx.atrium.v1+json' \
-H 'MX-API-Key: de9f1ed2-6332-ff80-0493-11ea9952cfb3' \
-H 'MX-Client-ID: c3d38602-3a95-401f-9116-8fcedfa87dfd'

任何帮助都将受到高度赞赏

1 个答案:

答案 0 :(得分:1)

Google是你的朋友: 有一个PHP插件,它提供了一个使用curl的API:https://secure.php.net/manual/de/book.curl.php

您可以使用pyromus课程并根据您的需要进行扩展:https://secure.php.net/manual/de/book.curl.php#86391