Giter Site home page Giter Site logo

mangostools / php-dbc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timkurvers/wow-dbc-php

4.0 4.0 7.0 111 KB

Manipulation of World of Warcraft's client-side database files. These so-called DBCs store information required by the client to operate successfully and can be extracted from the MPQ archives of the actual game client.

Home Page: http://www.moonsphere.net

License: Other

PHP 100.00%

php-dbc's Introduction

World of Warcraft DBC Library

Copyright (c) 2011 Tim Kurvers http://www.moonsphere.net

This library allows creation, reading and export of World of Warcraft's client-side database files. These so-called DBCs store information required by the client to operate successfully and can be extracted from the MPQ archives of the actual game client.

Required PHP version: 5.x

Licensed under the MIT license, see LICENSE for more information.

Getting Started

Will be adding a quick-start quide soon.

Usage Notes

  • String localization will only provide accurate results when used with the US English (enUS) or British English (enGB) distributed DBCs.

  • Attempting to read DBCs with a non-standard field size, may fail.

php-dbc's People

Contributors

timkurvers avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

php-dbc's Issues

Composer-like installation procedure, composer.json

It would be great to have the library installable via composer, to ease the installation in projects reusing the library.

E.g. being able to bootstrap a project by simply adding a composer.json file containing

{
    "require": {
        "php": ">=5.3.10",
        "mangos/dbc": ">=1.0"
    }
}

would be awesome.

Also, the library needs to be registered on Packagist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.