For production systems please do not use the master branch. Instead use the latest stable release.
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
- Ability call IBM i native resources such as Spool Files, Data Areas, and System Values
- Run interactive commands such as ‘wrkactjob’
- Designed to used a choice of transports including DB2, ODBC, and HTTP
- Compatibility wrapper to execute Easycom syntax
Planned Features:
- More and better code samples (coming along: https://github.com/zendtech/IbmiToolkit/tree/master/samples)
- Inline transport (not requiring DB2 connection)
XMLSERVICE and the IBM i Toolkit are already shipped with Zend Server and Seiden CommunityPlus+ PHP. But being open source they can also be downloaded, installed, and upgraded separately.
For examples, please visit: https://github.com/zendtech/IbmiToolkit/tree/master/samples