PHPackages                             aabadawy/laravel-odoo-integration - 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. aabadawy/laravel-odoo-integration

AbandonedArchivedLibrary[API Development](/categories/api)

aabadawy/laravel-odoo-integration
=================================

integrate laravel app with odoo app

v1.5(3y ago)31.4k[2 issues](https://github.com/AaBadawy/laravel-odoo-integration/issues)[2 PRs](https://github.com/AaBadawy/laravel-odoo-integration/pulls)MITPHPPHP ^8.1

Since May 13Pushed 2y agoCompare

[ Source](https://github.com/AaBadawy/laravel-odoo-integration)[ Packagist](https://packagist.org/packages/aabadawy/laravel-odoo-integration)[ Docs](https://github.com/aabadawy/laravel-odoo-integration)[ RSS](/packages/aabadawy-laravel-odoo-integration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (13)Used By (0)

integrate your Laravel app with Odoo
====================================

[](#integrate-your-laravel-app-with-odoo)

---

⚠️ **This package currently depends on this [Odoo Reset API](https://apps.odoo.com/apps/modules/13.0/odoo_rest/), so ensure to purchase it, before start the integration**
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#️-this-package-currently-depends-on-this-odoo-reset-api-so-ensure-to-purchase-it-before-start-the-integration)

---

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

[](#installation)

You can install the package via Composer:

```
composer require aabadawy/laravel-odoo-integration
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Aabadawy\LaravelOdooIntegration\LaravelOdooIntegrationServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    'default'   => [
        'token' => env('ODOO_TOKEN'),
        'url' => env('ODOO_URL'),
        'user_id' => '1',
    ]
];
```

Usage
-----

[](#usage)

```
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/aabadawy/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/:author_username)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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

10

Last Release

1457d ago

Major Versions

v0.1 → v1.32022-05-16

v0.3 → v1.52022-05-16

PHP version history (2 changes)v1.0PHP ^8.1

v0.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/782f9b9de5d840cac0735c6ddc4698a7b81264434ee0d5e83132c7e58cdafdf7?d=identicon)[aabadawy](/maintainers/aabadawy)

---

Top Contributors

[![aabadawy](https://avatars.githubusercontent.com/u/63416196?v=4)](https://github.com/aabadawy "aabadawy (16 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelAhemd Ali Badawylaravel-odoo-integration

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/aabadawy-laravel-odoo-integration/health.svg)

```
[![Health](https://phpackages.com/badges/aabadawy-laravel-odoo-integration/health.svg)](https://phpackages.com/packages/aabadawy-laravel-odoo-integration)
```

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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