php-reach-stats-api
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:PHP Halo: Reach Stats API SOAP Wrapper
# PHP Halo: Reach Stats API

A wrapper for the Halo: Reach SOAP API at
 automatically generated
using 

To use this API you must abide by the [Bungie.net API Terms and Conditions][api_tac]

## Usage

[Full API documentation][haloreachapi] 

Usage example of `reachStatsApi`->[GetPlayerDetailsWithStatsByPlaylist][GetPlayerDetailsWithStatsByPlaylist]():

	$api = new reachStatsApi;
	
	$soapResultA = $api->GetPlayerDetailsWithStatsByPlaylist(array(
		'identifier' => $your_api_key,
		'gamertag' => $the_gamertag
	));
	
	var_dump( $soapResultA );
	
	/*
	 * I have no Reach API key, Bungie removed it and told me to 
	 * go pro and I'm not near my Xbox ATM, feel my bitterness.
	 * 
	 * Anyway, I hope that there will be som useful information in
	 * that $soapResultA variable. 
     */

  [api_tac]: http://www.haloreachapi.net/wiki/API_terms_and_conditions
  [GetPlayerDetailsWithStatsByPlaylist]: http://www.haloreachapi.net/wiki/Official_stats_API_documentation#GetPlayerDetailsWithStatsByPlaylist.28System.String.2C_System.String.29
  [haloreachapi]: http://www.haloreachapi.net/wiki/Official_stats_API_documentation

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。