libVerify

by Joshua D. Preston <jpreston@americatab.com>

Contents


Welcome to libVerify v1.0!

Documentation Home: http://libverify.sourceforge.net

Project Home: http://sourceforge.net/projects/libverify/

To Download: http://sourceforge.net/project/showfiles.php?group_id=131074&package_id=143728

This documentation will assist you in integrating the services provided by VerifyME (www.kidsheriff.com) into your web site.

libVerify was designed to be implemented in two fashions.

Persistent
The class itself will be loaded into a $_SESSION variable. This allows the data to be carried over between pages. It will handle all of the details, but requires start_session(); to be run before $vId = libVerify::getClass();
Stateless
The data will only be stored for that page, and does not require sessions. The only drawback is that the data must be added each time the page is loaded, which requires that the implementation check and submit the data every time.

Examples of implementation have been provided in the examples directory of the unpacked sources.

Go Back to the Contents

Requirements

Software Requirements

Configuration Requirements

Persistent Requirements

Go Back to the Contents

License

This file is part of libVerify.

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

libVerify 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with libVerify; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Get the full license in web format (HTML) or the text only version.

Go Back to the Contents

Important Notes

libVerify, its classes, structures, author, or developing company are in no way affiliated with VerifyME (www.kidsheriff.com), or the Verification Integrity Financial Assurance Company. libVerify is not endorsed by anyone. Further there are no guarantees or warrantees for this software.

You use this software at your own risk.

This software is not supported by VerifyME (www.kidsheriff.com). VerifyME (www.kidsheriff.com) is a pay service and this class was intended for their customers only. If you wish to use this class, you must have a valid account with VerifyME. This class requires that you agree to all of their terms and conditions.

Go Back to the Contents
This documentation was generated by phpDocumentor v1.3.0RC3

SourceForge.net Logo