Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Eve Online Pheal API

Beschreibung

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.

Installation

  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:
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.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Eve Online Pheal API“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Eve Online Pheal API“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Base version.