erpmesh / odoo-connect
Standalone service that integrate Odoo with ERPMesh
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- erpmesh/phplib-connect: dev-master
- odom/ripcord: dev-master
This package is not auto-updated.
Last update: 2024-11-09 19:25:16 UTC
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