erpmesh/odoo-connect
Composer 安装命令:
composer create-project erpmesh/odoo-connect
包简介
Standalone service that integrate Odoo with ERPMesh
README 文档
README
Standalone service that integrate Odoo with ERPMesh
Installation
Install the latest version with
$ composer require erpmesh/odoo-connect
Basic Usage
<?php use erpmesh\odoo\OdooHandler; $_ENV['ODOO_URL'] = 'http://demo.odoo.com'; $_ENV['ODOO_DB_NAME'] = 'demo'; $_ENV['ODOO_DB_USER'] = 'admin'; $_ENV['ODOO_DB_PASSWORD'] = 'admin'; // call the handler to process data $handler = new OdooHandler(); $handler->handleRequest();
Documentation
Please see the documents here erpMesh
About
Requirements
- erpMesh odoo-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 odoo-connect is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-10