Installation

The PBMS extension uses the PBMS API which is provided by one of the following libraries:

After ensuring that one of these libraries is available follow these steps to install the PBMS extension:

  1. Download and unpack the PBMS PHP extension.
  2. In a terminal window 'cd' into 'pbms-php'.
  3. Execute the command 'phpize'.
  4. Execute the command './configure
  5. Execute the command 'make'.
  6. (Optional) Edit tests/custom_settings.ini.
  7. (Optional) Execute the command 'make test'.
  8. Execute the command 'make install'.