P4PHP
Introduction
P4PHP, the PHP interface to the Helix C/C++ API, enables you to write PHP code that interacts with a Helix Core Server. P4PHP enables your PHP scripts to:
- Get Helix Server data and forms in arrays.
- Edit Helix Server forms by modifying arrays.
- Provide exception-based error handling and optionally ignore warnings.
- Issue multiple commands on a single connection (performs better than spawning single commands and parsing the results).