Looking to hire Laravel developers? Try LaraJobs

laravelsageapi maintained by orbitpodium

Description
Laravel package to Sage 100C Portugal
Author
Last update
2018/05/09 17:00 (dev-master)
License
Downloads
3

Comments
comments powered by Disqus

LaravelSageAPI

Install

Via Composer

$ composer require orbitpodium/laravelsageapi

Add 'SAGE_WSD' environment var to yout laravel .env file pointing to your wsdl file.

Example:

SAGE_WSDL=http://myurl.com/sage.svc?singleWsdl

Usage

use Orbitpodium\LaravelSageAPI\Sage;

$sage=new Sage();
dd($sage);

Security

If you discover any security related issues, please email info@creativeweb.pt instead of using the issue tracker.

Credits

License

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