orbitpodium/laravelsageapi

Laravel package to Sage 100C Portugal

Maintainers

Package info

github.com/OrbitPodium/LaravelSageAPI

Homepage

pkg:composer/orbitpodium/laravelsageapi

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-11 01:33:10 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.