erpmesh/phplib-connect
Composer 安装命令:
composer require erpmesh/phplib-connect
包简介
PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software
README 文档
README
phplib-connect
PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software
Installation
Install the latest version with
$ composer require erpmesh/phplib-connect
Basic Usage
<?php use erpmesh\phplib\AbstractApplicationHandler; // implement the handle class class AppHandler extends AbstractApplicationHandler{ public function CreatePO($docHeader, $docDetailAr){ //create PO to your application } public function CreateSO($docHeader, $docDetailAr){ //create SO to your application } } // call the handler to process data $handler = new AppHandler(); $handler->handleRequest();
Documentation
Please see the documents here erpMesh
About
Requirements
- erpMesh phplib-connect works with PHP 5.5 or above, and is also tested to work with HHVM.
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Author
Pitipong Guntawong - pppstudio.gm@gmail.com - https://fb.com/pppstudio
License
The ErpMesh phplib-connect is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-10