Beskriuwing
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.
Important Notes
Show support for Pheal API
Original author of Pheal API itself,
https://github.com/ppetermann/pheal/
http://devedge.eu/project/pheal/
Copyright (C) 2010-2012 by Peter Petermann All rights reserved.
Ynstallaasje
- Upload the files to the
/wp-content/plugins/eve-phealapidirectory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use it anywhere on your WordPress site.
- More info from
wp-content/plugins/eve-phealapi/phealclass/README.mdor https://github.com/ppetermann/pheal/blob/master/README.md
Example:
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.
Resinsjes
D’r binne gjin resinsjes foar dizze plugin.
Meiwurkers & amp; Untwikkelders
“Eve Online Pheal API” is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.
MeiwurkersOersette “Eve Online Pheal API” yn jo taal.
Ynteressearre yn ûntwikkeling?
Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .
Feroaringslog
1.0
- Base version.