Download the PHP package shippodeveloper/shippo-sdk-php-client without Composer
On this page you can find all versions of the php package shippodeveloper/shippo-sdk-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shippodeveloper/shippo-sdk-php-client
More information about shippodeveloper/shippo-sdk-php-client
Files in shippodeveloper/shippo-sdk-php-client
Package shippo-sdk-php-client
Short Description Shippo APIs Client Library for PHP
License Apache-2.0
Informations about the package shippo-sdk-php-client
SHIPPO APIs Client Library for PHP
The Shippo API Client Library for PHP enables you working with Shippo's Open API. These library are officially supported by Shippo.
Open API
Is Shippo's public API that provides developers or partner with programmatic access to Shippo's system. More detail here.
APIs documentation
Installation
Requirements
- PHP 7+
Composer
To install run composer require shippodeveloper/shippo-sdk-php-client
Usage
Configuration
Configuration is done through an instance of ShippoSDK\Client with ShippoSDK\Config.
API Endpoints
Each APIs was implement as API Endpoint class.
This example working with Delivery Order
Please see the test scripts in the tests
directory to understand how it works
To be contributor
We embrace developers to contribute to Shippo's developer libraries. In addition to PHP, developers can develop integrated libraries with Shippo's Open API for NodeJS, Java, Ruby, and Python.
Shippo grateful for your help!
Copyright and license
Copyright 2018-present Shippo
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may botain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.