Download the PHP package supershipvn/supership-sdk-php without Composer

On this page you can find all versions of the php package supershipvn/supership-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package supership-sdk-php

SuperShip SDK for PHP

Total Downloads Latest Stable Version License

Introduction

Using the SuperShip SDK for PHP, developers can easily integrate SuperShip APIs into their PHP codebase, enabling businesses to automate and scale their shipping operations.

Features

Some of the SuperShip APIs available include:

Please check SuperShip API Documentation for more details.

API Documentation

Documentation for SuperShip APIs can be found on the API Documentation Website.

Installation

You can install the package via composer:

Usage

Orders API

Create Order

To create a new order, call the createOrder method using the following syntax:

Optionally, you can retrieve the Order Code using the following method:

Get Single Order Info

To retrieve single order, call the getOrderInfo method using the following syntax:

Get All Order Statuses

To retrieve all order statuses, call the getOrderStatuses method using the following syntax:

Create Print Token

To obtain a new token for label printing, call the createPrintToken method using the following syntax:

Get Print Link

To get a print link for print token, call the getOrderInfo method using the following syntax:

Warehouses API

Get All Warehouses

To retrieve all warehouses, call the getWarehouses method using the following syntax:

Create Warehouse

To create a new warehouse, call the createWarehouse method using the following syntax:

Update Warehouse

To edit the current warehouse, call the editWarehouse method using the following syntax:

Webhooks API

Get All Webhooks

To retrieve all webhooks, call the getWebhooks method using the following syntax:

Register Webhook

To register a new webhook, call the registerWebhook method using the following syntax:

Auth API

Create User

To create a new user, call the createUser method using the following syntax:

Retrieve Token

To retrieve a token via username and password, call the retrieveToken method using the following syntax:

Areas API

Get All Provinces

To retrieve all provinces, call the getProvinces method using the following syntax:

Get All Districts

To retrieve all districts, call the getDistricts method using the following syntax:

Get All Communes

To retrieve all communes, call the getCommunes method using the following syntax:

Changelog

Please see CHANGELOG for more information about recent changes.

Contributing

Thank you for considering contributing to SuperShip SDK for PHP! The contribution guide can be found in our contributing guidelines.

Security

If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.

Credits

License

SuperShip SDK for PHP is open-sourced software licensed under the MIT license.


All versions of supership-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package supershipvn/supership-sdk-php contains the following files

Loading the files please wait ....