Chapter 2. Clients with PHP

This chapter describes how you can call Wolframe from a web service. It will show how a Wolframe command can be issued as HTTP call and how it is mapped in the Webserver by a scripting language. We use PHP as example language. The example is so simple that you can easily map it to other languages than PHP. We took PHP because its use for web services is so widespread nowadays.

2.1. Requirements

The minimum PHP version required for the client is 5.3. The following additional PHP modules have to be installed:

Table 2.1. PHP modules required

NameDescription
php5-mcrypt

Encryption functions needed for the password change protocol of WOLFRAME-CRAM.