Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

ashfire908/halo-stats-processor

Halo Stats Processor

Halo Stats Processor, or Halo SP (previously called ODST Game Stats Processor) is a library for accessing and processing Halo statistics. Its primary function is to retrieve data from Bungie.net, parse it, and return easily-accessible (and possibly additional) stats for the developer to use in other projects. A full list of the features of Halo SP is listed later on. Halo SP supports Halo 3: ODST fully and Halo 3 recent games, with future full support for Halo: Reach (and possibly Halo 3) planned.

Requirements

To be able to run and use Halo Stats Processor, you need to meet the following requirements:

  • PHP 5.1 or greater
  • CURL (RSS support)
  • SOAP (Game/Metadata support)
  • Permissions to write/create file(s) (Demo metadata)

Features

Right now, Halo Stats Processor has the following features:

Halo 3

  • Recent games support

Halo 3: ODST

  • Campaign and Firefight Game support
  • Recent games support
  • Metadata

Getting Help

If you need help with Halo SP, start off by checking the documentation for Halo SP and see if your question is already answered there. You can also try looking at Halo SP on ASW. If neither answered your question or you'd rather like to talk to a person instead, you can either drop into the #ASW IRC channel on ClueIRC or email a (the) developer with your question.

Reporting Bugs

If you find a bug or other issue, create an Issue for it. Please provide the relevant information and a good description of the issue when submitting the problem.

Contributing

To suggest/submit a change/patch, do the following steps:

  1. Fork Halo SP
  2. Create a branch (git checkout -b my_branch)
  3. Commit your changes (git commit -am "Added new stat")
  4. Push to the branch (git push origin my_branch)
  5. Create an Issue with a link to your branch

If you would like to become a developer of Halo Stats Processor, please contact Ashfire908.

Copyright/License

Copyright © 2010 Andrew Hampe

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Meta

About

Halo Stats Processor (previously called ODST Game Stats Processor) is a library for accessing and processing Halo statistics.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages