Download the PHP package signifly/gls-parcel-shop without Composer
On this page you can find all versions of the php package signifly/gls-parcel-shop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download signifly/gls-parcel-shop
More information about signifly/gls-parcel-shop
Files in signifly/gls-parcel-shop
Package gls-parcel-shop
Short Description A simple wrapper for GLS Parcel Shop Webservice
License MIT
Homepage https://github.com/signifly/gls-parcel-shop
Informations about the package gls-parcel-shop
GLS Parcel Shop
The signifly/gls-parcel-shop
package is a simple wrapper for the GLS Parcel Shop Webservice written in PHP with a service provider for Laravel.
Table of Contents
- Installation
- Usage
Installation
You can install the package via composer:
The package will automatically register itself.
You can optionally publish the config file with:
Usage
The GLS Parcel Shop webservice allows you to retrieve the following information:
- All parcel shops for a given country
- Find a specific parcel shop by its unique number
- Find parcel shops near an address
- Find parcel shops within a specific zip code, country
Setting up the client
This can be skipped in Laravel as the client is bound to the service container.
Resolving it from the Laravel Service Container
Get all parcel shops
This request returns a collection of Signifly\ParcelShop\Resources\ParcelShop
resources.
Find a specific parcel shop
Find parcel shops near an address
Find parcel shops within a zip code
Testing
Security
If you discover any security issues, please email [email protected] instead of using the issue tracker.
Credits
- Morten Poul Jensen
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of gls-parcel-shop with dependencies
illuminate/support Version ^6.0|^7.0|^8.0
laminas/laminas-soap Version ^2.8