PHPackages                             sdon2/odoo-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sdon2/odoo-api

ActiveLibrary[API Development](/categories/api)

sdon2/odoo-api
==============

Odoo XML-RPC Client using Ripcord

v1.0.3(4y ago)22531MITPHP

Since Jan 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sdon2/odoo-api)[ Packagist](https://packagist.org/packages/sdon2/odoo-api)[ RSS](/packages/sdon2-odoo-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

```
Odoo XML-RPC Client for PHP using Ripcord library
=================================================

Installation: composer require sdon2/odoo-api:dev-master

Usage:

$server_uri = "http://127.0.0.1:8081/";
$username = "info@example.com";
$password = "Password";
$db = "odoo_db";

$client = new OdooClient($server_uri, $username, $password, $db);

// Create record
$result = $client->createModel("res.partner", ['name' => 'New Partner']);

// Update record
$result = $client->updateModel("res.partner", 45, ['name' => 'Updated Partner']);

// Update multiple records
$result = $client->updateModel("res.partner", [45, 46, 47], ['name' => 'Updated Partners']);

// Delete record
$result = $client->deleteModel("res.partner", 45);

// Delete multiple records
$result = $client->deleteModel("res.partner", [45, 46, 47]);

// Search record by id
$result = $client->searchModelById("res.partner", 45);

// Search multiple records by id
$result = $client->searchModelById("res.partner", [45, 46, 47]);

// Search multiple models by parameters
$result = $client->searchModels("res.partner", [['name', '=', 'Saravana']]);

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1590d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b014c6b91c236015cae72ba68e822ec82777fa78978d17d694025bf68c0a8a07?d=identicon)[sdon2](/maintainers/sdon2)

---

Top Contributors

[![sdon2](https://avatars.githubusercontent.com/u/3636658?v=4)](https://github.com/sdon2 "sdon2 (7 commits)")

---

Tags

phpodooodoo-xmlrpcodoo-xmlrpc-client

### Embed Badge

![Health badge](/badges/sdon2-odoo-api/health.svg)

```
[![Health](https://phpackages.com/badges/sdon2-odoo-api/health.svg)](https://phpackages.com/packages/sdon2-odoo-api)
```

###  Alternatives

[alazzi-az/odoo-xmlrpc

PHP package that provides a simple and easy-to-use interface for interacting with the Odoo XML-RPC API

2816.6k1](/packages/alazzi-az-odoo-xmlrpc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
