Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

aabadawy/laravel-odoo-integration

Repository files navigation

integrate your Laravel app with Odoo


⚠️ This package currently depends on this Odoo Reset API, so ensure to purchase it, before start the integration


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

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

integrate Laravel application with Odoo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages