erpmesh/odoo-connect

Standalone service that integrate Odoo with ERPMesh

dev-master 2015-09-13 20:41 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:18:08 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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