zendtech / ibmitoolkit
PHP frontend to XMLSERVICE for IBM i development.
Installs: 65 950
Dependents: 7
Suggesters: 0
Security: 0
Stars: 46
Watchers: 28
Forks: 34
Open Issues: 28
Requires
- php: >=5.3.3
- ext-mbstring: *
- ext-pcre: *
- ext-pdo: *
- ext-simplexml: *
Requires (Dev)
- phpunit/phpunit: ^8.2
- symfony/process: ^4.3
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
- dev-master
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.9.0b1
- 1.9.0b0
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- dev-alanseiden-patch-11
- dev-fixed-39
- dev-ini-path
- dev-alanseiden-patch-10
- dev-ds-array-counter
- dev-improved-localhost-default
- dev-change-default-values
- dev-workaround-optional-for-flawed-api
- dev-alanseiden-patch-9
- dev-localsupp
- dev-toolkit-ssh
- dev-remove-optionals-before-required
- dev-fix-implode-arg-order
- dev-fix-tmpuserspace-inheritance
- dev-fix-dtor
- dev-alanseiden-patch-8
- dev-alanseiden-patch-7
- dev-alanseiden-patch-6
- dev-alanseiden-patch-5
- dev-alanseiden-patch-4
- dev-alanseiden-patch-3
- dev-trim-xml-result
- dev-makeDbCall-phpdoc-fix
- dev-check-databaseNameOrResource
- dev-alanseiden-patch-2
- dev-alanseiden-patch-1
- dev-dev
This package is auto-updated.
Last update: 2024-10-27 19:04:44 UTC
README
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 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