PHPackages                             mahmoudrdash/custome\_packeg\_connect\_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. mahmoudrdash/custome\_packeg\_connect\_odoo

ActiveLibrary[API Development](/categories/api)

mahmoudrdash/custome\_packeg\_connect\_odoo
===========================================

Odoo xml - RPC Connector using Ripcord with Repositry pattern and Solid archiecture

00PHP

Since Dec 5Pushed 5mo agoCompare

[ Source](https://github.com/MahmoudRedaShaban/custome_packeg_connect_odoo)[ Packagist](https://packagist.org/packages/mahmoudrdash/custome_packeg_connect_odoo)[ RSS](/packages/mahmoudrdash-custome-packeg-connect-odoo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Odoo Connector Package
======================

[](#odoo-connector-package)

Odoo xml - RPC Connector using Ripcord with Repositry pattern and Solid archiecture .

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require mahmoudrdash/custome_packeg_connect_odoo
```

Usage
-----

[](#usage)

To use the package, you first need to configure your Odoo connection details.

```
// Example usage

require_once __DIR__ . '/vendor/autoload.php';

use Mahmoudrdash\CustomePackegConnectOdoo\Client\ClientOdoo;
use Mahmoudrdash\CustomePackegConnectOdoo\Repositories\CustomerRepository;
use Mahmoudrdash\CustomePackegConnectOdoo\Services\CustomerService;

$clentOdoo = new ClientOdoo(
    "http://localhost:8069",
    "admin",
    "admin" ,
    "admin"
);

$customerRepository = new CustomerRepository($clentOdoo);
$customerService = new CustomerService($customerRepository);

$allCustomer  =  $customerService->getCustomerAll();

print_r($allCustomer);

// Create  Or Update

$result = $customerService->syncCustomer([
    'name' => 'Mahmoud Reda',
    'email' => 'exampel@gmail.com',
    'phone' => '01000000000'
]);

print_r($result);

// Delete
$customerService->deleteCustomerById(1);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance49

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ad44bbd8b917f1b7ddac177bb5c267ff023eb0273720ac6a0a62557a3ccc9f3?d=identicon)[MahmoudRedaShaban](/maintainers/MahmoudRedaShaban)

---

Top Contributors

[![MahmoudRedaShaban](https://avatars.githubusercontent.com/u/79512076?v=4)](https://github.com/MahmoudRedaShaban "MahmoudRedaShaban (5 commits)")

### Embed Badge

![Health badge](/badges/mahmoudrdash-custome-packeg-connect-odoo/health.svg)

```
[![Health](https://phpackages.com/badges/mahmoudrdash-custome-packeg-connect-odoo/health.svg)](https://phpackages.com/packages/mahmoudrdash-custome-packeg-connect-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)
