PHP Native API

From ScarletDME
Revision as of 18:41, 16 February 2009 by Diccon (talk | contribs)
Jump to navigation Jump to search

The PHP native API uses a socket connection to directly connect to an open and functioning QM API socket.

This single library file can be dropped in on any PHP compatible web server and allow developer to use a series of function calls to access a QM Database with all the functionality that the QMClient API allows.

Warning Active bug found, i believe username padding is not working, some odd length usernames may cause a QMERROR 3000 for line 902, when trying to write to $LOGINS. I'm working on it. Diccon 19:36, 27 January 2009 (UTC)

Solved Fixed this, not 100% sure what was really happening, but i rewrote the way the login packet is constructed, to make it clearer. This fixed it. Go, Play Diccon 18:41, 16 February 2009 (UTC)

It is currently in the Alpha stages: It supports:

  • Logon
  • Set account
  • Open
  • Read
  • Write
  • Delete

If you want a copy, it is released under the LGPL (i.e. can be used within commercial products, but is GPL itself). It is available on the gpl.openqm Subversion repository;

http://gpl.openqm.com/svn/qmvdb/PHPQMLib/trunk/