Skip to content

uthadehikaru/idempierews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages