2017 © Pedro Peláez
 

library phplib-connect

PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software

image

erpmesh/phplib-connect

PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software

  • Saturday, October 10, 2015
  • by pin-cnx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phplib-connect

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*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)

The Versions

10/10 2015

dev-master

9999999-dev

PHP Library that integrated with ERPMesh for the synchronization between other ERP software to php base ERP software

  Sources   Download

MIT

by Pitipong Guntawong