Linux 软件免费装

Eve Online Pheal API

开发者 Tumeski
Peter Petermann
Daniel Hoffend
更新时间 2013年5月30日 01:53
捐献地址: 去捐款
PHP版本: 3.2 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

class api eve eve online

下载

详情介绍:

Do Eve Online related API calls through PHP. Easy to use and fast. This handy class can be used as part of any of your projects. Install this plugin and start calling it where you need.

安装:

  1. Upload the files to the /wp-content/plugins/eve-phealapi directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Use it anywhere on your WordPress site.
  4. More info from wp-content/plugins/eve-phealapi/phealclass/README.md or https://github.com/ppetermann/pheal/blob/master/README.md
Example: <?php $PhealEveAPI = new PhealEveApi(); $return = $PhealEveAPI->QueryAPI($APIKeyID, $APIVCode); $result = $return->Characters(); foreach($result->characters as $character) { echo $character->name; } ?> And there you would have all your characters name printed out.

更新日志:

1.0