zendtech/ibmitoolkit

PHP frontend to XMLSERVICE for IBM i development.

Package info

github.com/zendtech/IbmiToolkit

pkg:composer/zendtech/ibmitoolkit

Statistics

Installs: 88 333

Dependents: 6

Suggesters: 0

Stars: 47

Open Issues: 30

1.9.7 2025-10-06 18:35 UTC

Requires

Requires (Dev)

Suggests

  • ext-ibm_db2: For the Db2 transport
  • ext-odbc: For the ODBC transport
  • ext-pcntl: For the local transport
  • ext-pdo_ibm: For the PDO Db2 transport
  • ext-pdo_odbc: For the PDO ODBC transport
  • ext-ssh2: For the SSH transport

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 09aca6355c74ab6d86d61282cdc876d3cda52113

zendibmitoolkitibmxmltoolkitXMLSERVICEas400IBM i

This package is auto-updated.

Last update: 2026-06-16 23:22:19 UTC


README

👁 Build Status

For production systems please do not use the master branch. Instead use the latest stable release.

Introduction

The PHP Toolkit for IBM i (Toolkit) is a PHP-based front end to XMLSERVICE that helps programmers call RPG and CL programs along with other native resources from within PHP.

The Toolkit is open source and has been developed with help from Alan Seiden and the community.

Discussion of the Toolkit takes place in GitHub Discussions: https://github.com/zendtech/IbmiToolkit/discussions

Current Main Features:

  • Ability to call RPG, CL, and COBOL
  • Run interactive commands such as ‘wrkactjob’
  • Transport-neutral, supporting DB2, ODBC, and HTTP, and others as needed
  • Compatibility wrapper to execute Easycom syntax
  • Support of all RPG parameter types, including data structures, packed decimal, and output parameters

XMLSERVICE ships with the IBM i in QXMLSERV. The PHP IBM i Toolkit is shipped with Zend Server and Seiden PHP+. Being open source, they can also be downloaded, installed, and upgraded separately.

For examples, please visit: https://github.com/zendtech/IbmiToolkit/tree/master/samples