betalabs/engine-sdk-freight is a Laravel package for freight sdk for internal apps engine.
It currently has 0 GitHub stars and 20.051 downloads on Packagist (latest version v1.7.5).
Install it with composer require betalabs/engine-sdk-freight.
Discover more Laravel packages by betalabs
or browse all Laravel packages to compare alternatives.
Last updated
This package provides a freight calculation response from Engine in a faster way and can be used for developing internal apps.
$ composer require betalabs/engine-sdk-freight
Your internal app need a class that extends:
Betalabs\Engine\Freight::class
And you need to implement outbound and inbound adapters, resolving these attributes in superclass.