Download the PHP package bernhardk/laravel-dpd without Composer

On this page you can find all versions of the php package bernhardk/laravel-dpd. 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 laravel-dpd

DPD Webservices for Laravel

Latest Stable Version GitHub issues GitHub license Packagist Twitter

This is a laravel package for the DPD Webservices based on Michiel Meertens' "DPD Webservice" (https://github.com/meertensm/DPD).

Installation

You can install the package via composer with the following command into an existing laravel project. Please note the requirements below.

After that you need to publish the config-file with the following command:

As soon you have configured the credentials in /config/dpd.php you are ready to use the package as described below.

Features

Requirements

DPD Webservice versions

Webservice Version
Login Service 2.0
Shipment Service 4.4
Parcel Life Cycle Service 2.0

Basic shipment usage

The package registers a class that can be directly used:

The following code describes a sample usage and returns a PDF file.

Basic tracking usage

The package registers a class that can be directly used:

The following code describes a sample usage and returns the Tracking-Status.

Support

If you have any questions or problems please open a new issue.

License

This package is licensed under the MIT license. The package is based on Michiel Meertens' "DPD Webservice" (https://github.com/meertensm/DPD), which is also licensed under the MIT license.


All versions of laravel-dpd with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.2 || ^8.2
ext-soap Version *
illuminate/support Version ^6|^7|^8|^9|^10|^11|^12
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 bernhardk/laravel-dpd contains the following files

Loading the files please wait ....