cooperl/ibmi-toolkit
Composer 安装命令:
composer require cooperl/ibmi-toolkit
包简介
PHP frontend to XMLSERVICE for IBM i development.
README 文档
README
For production systems please do not use the master branch. Instead use the latest stable release.
This project was originally hosted at https://code.google.com/p/zend-ibmi-tk-cw/ where older versions still reside. As of Mar. 3, 2014 it is now maintained here.
Introduction
This IBMiToolkit is a PHP-based front end to XMLSERVICE.
Zend Server
XMLSERVICE and the IBMiToolkit are already shipped with Zend Server. But being open source they can also be downloaded, installed, and upgraded separately.
Autoloading
Versions larger than 1.6 use a classmap (a way to map classes to files for easier finding) to perform autoloading so the user no longer needs to do it. Therefore the IBMiToolkit may be used standalone, or may be pulled into a projects using Composer.
NOTE: The installation methods below are for versions greater than 1.6. Prior versions did not use Composer.
Installation
The methods outlined below are intended for Development environments, and possibly Testing and/or Staging environments. However, it is recommended to deploy a prepared package to a Production environment rather than use Composer.
Standalone Method
-
Download a IBMiToolkit (tar.gz or zip) stable release. Save downloaded file to desired location. (Ex.- /var/www/html or /usr/local/zend/var/apps/http/{sitename}/80/docroot/0/)
-
Unzip the content to desired location via terminal. (Example path used below will vary.)
$ cd /var/www/html/myproject/ $ tar -xzvf 1.6.0.tar.gz
-
Install Composer (add composer.phar) to project location, along side the file composer.json, as outlined at https://getcomposer.org/download
-
Run Composer install via terminal to gain classmap autoloading.
$ php composer.phar install -
Include the Composer generated autoloader into PHP application.
require 'vendor/autoload.php';
-
IBMiToolkit may now be used via namespaces, and as outlined at http://files.zend.com/help/Zend-Server-6-IBMi/zend-server.htm#php_toolkit_xml_service_functions.htm
Integrated Method
-
If an app already uses Composer simply update the composer.json as specified at https://packagist.org/packages/zendtech/ibmitoolkit
-
If Composer is not used in a project add it as with 3 above. More info can be found at https://getcomposer.org
-
Run Composer update if a project already has a composer.lock generated, or install if things are fresh.
$ php composer.phar updateor
$ php composer.phar install -
IBMiToolkit may now be used via namespaces, and as outlined at http://files.zend.com/help/Zend-Server-6-IBMi/zend-server.htm#php_toolkit_xml_service_functions.htm
cooperl/ibmi-toolkit 适用场景与选型建议
cooperl/ibmi-toolkit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 267 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 05 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「zend」 「ibmitoolkit」 「ibmxmltoolkit」 「XMLSERVICE」 「IBMi」 「as400」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cooperl/ibmi-toolkit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cooperl/ibmi-toolkit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cooperl/ibmi-toolkit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP frontend to XMLSERVICE for IBM i development.
PHP frontend to XMLSERVICE for IBM i development.
Polyfill for mb_ereg(), mb_eregi(), mb_ereg_match(), and mb_ereg_replace*() functions; primary use case is for mbstring on Windows 7.4+
Zend Framework 1 Http package
Zend Framework 1 Soap package
Simple asset loading
统计信息
- 总下载量: 267
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 22
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-05-12