orbitpodium/laravelsageapi

Laravel package to Sage 100C Portugal

dev-master 2018-05-09 15:00 UTC

This package is not auto-updated.

Last update: 2025-01-28 20:07:35 UTC


README

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.