PHPackages                             refact-be/odoo - 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. refact-be/odoo

ActiveLibrary[API Development](/categories/api)

refact-be/odoo
==============

PHP Client for the Odoo JSON-RPC

0.1.0(6y ago)25411PHPPHP ^7.0

Since Jul 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/refact-be/odoo)[ Packagist](https://packagist.org/packages/refact-be/odoo)[ RSS](/packages/refact-be-odoo/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (1)

Odoo client
===========

[](#odoo-client)

Installation:

```
composer require refact-be/odoo

```

Usage:

```
use Refact\Odoo\Odoo;

$url = 'http://localhost:8069';
$credentials = ['database_name', 2, 'admin_pass'];

$odoo = new Odoo($url, $credentials);

$params = ['res.users', 'search_read', [], ['fields' => ['name']]];
$users = $odoo->rpc('object', 'execute_kw', $params);

var_dump($users);

```

Output:

```
array(1) {
  [0]=>
  array(2) {
    ["id"]=>
    int(2)
    ["name"]=>
    string(13) "Administrator"
  }
}

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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

2543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/543477cef404854fa2127a396dd56bed6c36c363a03155a543722336dff9d096?d=identicon)[guillaumesmo](/maintainers/guillaumesmo)

---

Top Contributors

[![guillaumesmo](https://avatars.githubusercontent.com/u/1309544?v=4)](https://github.com/guillaumesmo "guillaumesmo (1 commits)")

---

Tags

json-rpcodoo

### Embed Badge

![Health badge](/badges/refact-be-odoo/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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