Looking to hire Laravel developers? Try LaraJobs

laravel-odoo-integration maintained by aabadawy

Description
integrate laravel app with odoo app
Author
Last update
2023/07/08 12:04 (dev-main)
License
Downloads
1 465

Comments
comments powered by Disqus

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.