djoudi / idempierews

IDempiere Web Service for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDempiere Web Service for Laravel 8

this project is Idempiere 8 Web Service Library for Laravel 8.

this code encapsulate SOAP request to Idempiere web service.

Predefined Route for ModelADService

this is example using predefined web service client Garden World

Requirement

Quick Installation

on your laravel root folder, execute

$ composer require uthadehikaru/idempiere-ws

Configuration

$ php artisan vendor:publish --provider="Uthadehikaru\IdempiereWS\IdempiereWSServiceProvider"

setting your web service configuration on your config/idempierews.php file.

to override default configuration, you can add to end of your .env file. remove # to override default configuration

#IDEMPIEREWS_HOST=
#IDEMPIEREWS_USER=
#IDEMPIEREWS_PASS=
#IDEMPIEREWS_CLIENT=
#IDEMPIEREWS_ORG=
#IDEMPIEREWS_WH=
#IDEMPIEREWS_ROLE=

Usage Example

License

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

About

IDempiere Web Service for Laravel

License:MIT License


Languages

Language:PHP 100.0%