phplib-connect
, (*1)
PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software, (*2)
Installation
Install the latest version with, (*3)
$ 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, (*4)
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, (*5)
Author
Pitipong Guntawong - pppstudio.gm@gmail.com - https://fb.com/pppstudio
, (*6)
License
The ErpMesh phplib-connect is open-sourced software licensed under the MIT license, (*7)