orbitpodium / laravelsageapi
Laravel package to Sage 100C Portugal
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/orbitpodium/laravelsageapi
Requires
- php: ~7.0
- ext-soap: ^7.1
This package is not auto-updated.
Last update: 2025-10-21 23:35:41 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.