Download the PHP package smart-dato/nova-systems-edi-sdk without Composer
On this page you can find all versions of the php package smart-dato/nova-systems-edi-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smart-dato/nova-systems-edi-sdk
More information about smart-dato/nova-systems-edi-sdk
Files in smart-dato/nova-systems-edi-sdk
Package nova-systems-edi-sdk
Short Description A Laravel SDK for Nova Systems EDI integration.
License MIT
Homepage https://github.com/smart-dato/nova-systems-edi-sdk
Informations about the package nova-systems-edi-sdk
Nova Systems EDI SDK
A Laravel SDK for the Nova Systems EDI API, built with Saloon.
API Documentation: Nova Systems EDI API Swagger
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Add the following environment variables to your .env file:
Authentication
The SDK supports two authentication methods:
X-ApiKey Authentication
Uses the X-ApiKey header with your API key.
JWT Bearer Authentication
Uses the Authorization header with a Bearer token: Bearer {your-jwt-token}.
Note: If both
api_keyandjwt_tokenare configured, JWT authentication takes precedence.
Usage
Via Dependency Injection (Recommended)
The connector is registered as a singleton in the service container and will automatically use credentials from your config:
Via Container
Static Factory Methods
Create a connector with specific authentication:
Direct Instantiation
Examples
Creating a Shipment
Deleting a Shipment
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- SmartDato
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-systems-edi-sdk with dependencies
illuminate/contracts Version ^11.0||^12.0||^13.0
saloonphp/saloon Version ^4.0
spatie/laravel-data Version ^4.18
spatie/laravel-package-tools Version ^1.16
