PHPackages                             metadonors/odoo-rpc-client - 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. metadonors/odoo-rpc-client

ActiveLibrary[API Development](/categories/api)

metadonors/odoo-rpc-client
==========================

A PHP Client for Odoo

0.6(7y ago)0371MITPHPPHP &gt;=5.3.0

Since Nov 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/metadonors/odoo-rpc-client)[ Packagist](https://packagist.org/packages/metadonors/odoo-rpc-client)[ Docs](https://github.com/metadonors/odoo-rpc-client)[ RSS](/packages/metadonors-odoo-rpc-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (8)Used By (0)

Odoo RPC Client for PHP
=======================

[](#odoo-rpc-client-for-php)

Odoo RPC Client is a PHP library providing an easy way to interact with your Odoo models. Is is inspired by the great [OdooRPC](https://github.com/OCA/odoorpc) Python library.

It supports access to all data models methods including custom api methods with an API similar to the server-side API.

Here is how it works

```
use OdooRPCClient\Client;

$odoo = new Client('http://localhost');

$odoo->login('odoo_database_name','username','password');

// current user
print_r($odoo->env->user);

$ids = $odoo->env['res.partner']->search();
$partner_ids = $odoo->env['res.partner']->browse($ids);

foreach($partner_ids as $partner)
{
    echo $partner->name . "\n";
    echo $partner->company_id->name . "\n";
}
```

Documentation
=============

[](#documentation)

Is coming soon...

Roadmap
=======

[](#roadmap)

It is planned to support:

- Supporting Internationalization
- Odoo databases administration

Supported Odoo server versions
==============================

[](#supported-odoo-server-versions)

OdooRPCClient is tested on all major releases of Odoo (starting from 8.0).

Bug Tracker
===========

[](#bug-tracker)

Bugs are tracked on [GitHub Issues](https://github.com/metadonors/odoo-rpc-client/issues). In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.

Credits
=======

[](#credits)

The awesome [OdooRPC](https://github.com/OCA/odoorpc) for inspiration.

Contributors
------------

[](#contributors)

- Fabrizio Arzeni

Do not contact contributors directly about support or help with technical issues.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

7

Last Release

2734d ago

### Community

Maintainers

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

---

Top Contributors

[![farzeni](https://avatars.githubusercontent.com/u/1314718?v=4)](https://github.com/farzeni "farzeni (25 commits)")

---

Tags

apiapi-clientodoorpcxmlrpcodooxmlrpc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/metadonors-odoo-rpc-client/health.svg)

```
[![Health](https://phpackages.com/badges/metadonors-odoo-rpc-client/health.svg)](https://phpackages.com/packages/metadonors-odoo-rpc-client)
```

###  Alternatives

[lstrojny/fxmlrpc

Fast and tiny XML/RPC client with bridges for various HTTP clients

1425.4M30](/packages/lstrojny-fxmlrpc)[spatie/array-to-xml

Convert an array to xml

1.2k57.8M225](/packages/spatie-array-to-xml)[tbondois/odoo-ripcord

Ripoo : a PHP8 XML-RPC client handler for Odoo External API

16124.3k1](/packages/tbondois-odoo-ripcord)[grpc/grpc

gRPC library for PHP

507116.6M180](/packages/grpc-grpc)[phpxmlrpc/phpxmlrpc

A php library for building xmlrpc clients and servers

2414.9M45](/packages/phpxmlrpc-phpxmlrpc)[sajya/server

Easy implementation of the JSON-RPC 2.0 server for the Laravel framework.

2391.9M4](/packages/sajya-server)

PHPackages © 2026

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