Download the PHP package enviopack/sdk without Composer
On this page you can find all versions of the php package enviopack/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download enviopack/sdk
More information about enviopack/sdk
Files in enviopack/sdk
Download enviopack/sdk
More information about enviopack/sdk
Files in enviopack/sdk
Please rate this library. Is it a good library?
Informations about the package sdk
EnvíoPack SDK Api Integration Library
- Install
- Specific methods
- Generic methods
Install
With Composer
From command line
As a dependency in your project's composer.json
By downloading
- Clone/download this repository
- Copy
lib/enviopack.php
to your project's desired folder.
Specific methods
Configure your credentials
- Get your API_KEY and SECRET_KEY in the following address: https://app.enviopack.com/configuraciones-api
Methods
Check credentials
Get default store source address
Get source address by ID
Get shipment quotes from available couriers
Quote customer home delivery price
Quote customer branch delivery price
Create order
Create shipment
Get PDF print labels
Generic methods
You can access any resource from the EnvíoPack API using the generic methods. The basic structure is:
$ep->[method]($request)
where request
can be:
Examples:
All versions of sdk with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
The package enviopack/sdk contains the following files
Loading the files please wait ....