PHP Integration
From Swivel Knowledgebase Wiki
Introduction
This article provides example files for integrating PINsafe with a PHP-based website. The solution provided here is just a skeleton: you will need to modify it according to your needs to produce a working solution.
Apologies that there is no explanatory text yet: this will be provided in due course.
Prerequisites
This solution uses the PHP modules DOM and HTTP. It has been tested with PHP version 5.3 on a Linux server (Ubuntu), but to use it in PHP 5.3 under Windows, you will need to get hold of the appropriate libraries. Look at this forum article for information on finding the right DLLs. Thanks to Alexandre Lukat for asking the right questions.
This link provides a PINsafe API library and a basic example login page.

