Download the PHP package quicktech-as/cargonizer without Composer
On this page you can find all versions of the php package quicktech-as/cargonizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download quicktech-as/cargonizer
More information about quicktech-as/cargonizer
Files in quicktech-as/cargonizer
Package cargonizer
Short Description Package Laravel for Logistra Cargonizer API
License MIT
Informations about the package cargonizer
Quicktech\Cargonizer (Laravel 5 Package)
Quicktech\Cargonizer is a succinct and flexible way to use Cargonizer services in Laravel 5 applications.
Contents
- Installation
- Configuration
- Usage
- Shipping Cost Estimation
- License
- Contribution guidelines
- Additional information
Installation
1) In order to install Laravel 5, just add the following to your composer.json. Then run composer update
:
2) Open your config/app.php
and add the following to the providers
array:
3) In the same config/app.php
and add the following to the aliases
array:
4) Run the command below to publish the package config file config/cargonizer.php
:
5) Open your .env
file setup your Cargonizer credentials:
Configuration
Set the other properties necessaries in the config/cargonizer.php
.
These values will be used by Cargonizer to get other resouces.
Usage
Shipping Cost Estimation
To estimate the cost of shipping, you can use this resource:
The method above will return the following response:
You can see more option to consignment parameters here.
License
Quicktech\Cargonizer is free software distributed under the terms of the MIT license.
Contribution guidelines
Please report any issue you find in the issues page.
Pull requests are welcome.
All versions of cargonizer with dependencies
illuminate/support Version ^5.2
guzzlehttp/guzzle Version ^6.2
openlss/lib-array2xml Version ^0.5.1