deinebaustoffe/xentral-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

Xentral ERP SDK for Laravel

1.0.4 2020-10-01 13:12 UTC

This package is auto-updated.

Last update: 2021-03-02 07:47:12 UTC


README

Latest Version on Packagist Total Downloads

Xentral ERP Bridge for Laravel 6.x / 7.x / 8.x

Installation

You can install the package via composer:

composer require deinebaustoffe/xentral-sdk

Usage

Publish Config-File:

php artisan vendor:publish --provider="Deinebaustoffe\XentralSdk\XentralSdkServiceProvider"

Initialize SDK:

$addressService = (new \Deinebaustoffe\XentralSdk\Models\Address);

$addressService->getAddresses();

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email florian.wartner@deinebaustoffe.de instead of using the issue tracker.

Credits

License

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