Welcome to Services_CamelotHerald

PHP library for access to Mythic's Camelot Herald.

SYNOPSIS

<?php
require_once('Services/CamelotHerald.php');
$herald = new Services_CamelotHerald();

$search    = $herald->searchGuild('GuildName', 'Lancelot');

$character = $herald->findCharacter('CharacterName', 'Galahad');
echo $character->name;
echo $character->totalrp;
?>

Description

Services_CamelotHerald provides a wrapper for accessing Mythic's Camelot Herald. (Dark Age of Camelot)
It allows you to easily search and find the guild or character.

New Releases

  • 0.4.0 (beta) (2007-02-02)
    • Supported last-on state.
    • Supported realm title, and /title settings.

Dependencies

  • PHP Version: PHP 4 and 5
  • PEAR Package: PEAR 1.4.11 or newer
  • PEAR Package: Cache_Lite 1.7.2 or newer
  • PEAR Package: HTTP_Request 1.4.0 or newer
  • PEAR Package: XML_Parser 1.2.8 or newer

Documentation

Example

API

AUTHOR

KUMAKURA Yousuke