定制 erpmesh/phplib-connect 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-10