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 3d 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 27% 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

2497d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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