REST APIで
GETならfile_get_contentsとかでも良いと思いますし
POSTならcrulがオススメです。
http://php.net/manual/ja/curl.examples-basic.php
lang
1$params=['name'=>'John', 'surname'=>'Doe', 'age'=>36)
2$defaults = array(
3CURLOPT_URL => 'http://myremoteservice/',
4CURLOPT_POST => true,
5CURLOPT_POSTFIELDS => $params,
6);
7$ch = curl_init();
8curl_setopt_array($ch, ($options + $defaults));
SOAPなら
http://php.net/manual/ja/book.soap.php
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/07/09 07:55
2015/07/09 08:11