Download the PHP
package djthossi/shipcloud-sdk without Composer
On this page you can find all versions of the php package
djthossi/shipcloud-sdk. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor djthossi Package shipcloud-sdk Short Description This project is an SDK for shipcloud's API. Thanks to comyo-media/shipcloud-php for providing the PHP 5.4+ version which works pretty similar and inspired me to build this php 8.1+ version License
MIT
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.
This is a PHP library for interacting with shipclouds API.
This library is supporting the following entities in shipcloud's version v1
Addresses
Carriers
Default return address
Default shipping address
Invoice address
Me
Pickup request
Shipment quote
Shipments
Trackers
Webhooks
The Endpoint Rates is not part of this library as it is deprecated and will be removed in later versions. Use Shipment Quuotes instead.
This library is made for PHP projects featuring PHP version 8.1+.
If you are looking for a library for PHP version between 5.4 and 7.4 try https://github.com/comyo-media/shipcloud-php
How to install
This lib can be installed via composer
Examples
You'll find examples for all API endpoints in the ~/examples folder. Have fun with it.
Usage in Symfony
You want to use this library inside a symfony project including auto-wiring? After installing simply add this code to your config/services.yaml
Add this to the parameter section of your services.yaml
Add this to the services section of your services.yaml
Afterwards add the SHIPCLOUD_API_KEY including your personal API key to your .env.local file like this.
Now you can use each API directly inside your business logic. Symfony will take care of the auto-wiring for you.
Requiresphp Version
^8.1.0 ext-json Version
* guzzlehttp/guzzle Version
^7.0
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 djthossi/shipcloud-sdk contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.