Difference between revisions of "PHP Native API"

From ScarletDME
Jump to navigation Jump to search
(New page: 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 a...)
 
(added link to svn for this prog)
Line 9: Line 9:
 
* Read
 
* Read
  
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.
+
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/ http://gpl.openqm.com/svn/qmvdb/PHPQMLib/trunk/]

Revision as of 03:52, 16 January 2009

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.

It is currently in the Alpha stages: It supports:

  • Logon
  • Open
  • Read

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/