Skip to content
William Hoffmann edited this page Aug 6, 2018 · 4 revisions

Domus ERP for PHP

Important

All the code examples described here work from the \DomusErp\Sdk\DomusClient object, created as follows:

$domusClient = new \DomusErp\Sdk\DomusClient('host', 'port', 'user', 'password');

Índice

Clone this wiki locally