Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from Petschko/multi-labels
Browse files Browse the repository at this point in the history
Multi label support
  • Loading branch information
Petschko authored Sep 23, 2018
2 parents 0466104 + b240ba0 commit 451e5ff
Show file tree
Hide file tree
Showing 31 changed files with 1,789 additions and 7,453 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This *unofficial* library is wrapping some functions of the DHL SOAP API in orde
## Requirements

- You need a [DHL developer Account](https://entwickler.dhl.de/) and - as long as you want to use the API in production systems - a DHL Intraship Account.
- PHP-Version 5.4 or higher _(It may work on older Versions, but I don't offer Support for these)_
- PHP-SOAP-Client installed + enabled on your Server. [More information on php.net](http://php.net/manual/en/soap.setup.php)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.10",
"php": ">=5.4.0",
"ext-soap": "*",
"ext-mbstring": "*"
},
Expand Down
303 changes: 205 additions & 98 deletions examples/getting-started.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions includes/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

/**
* Class Address
*
* @package Petschko\DHL
*/
abstract class Address {
/**
Expand Down
2 changes: 2 additions & 0 deletions includes/BankData.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* Class BankData
*
* @package Petschko\DHL
*/
class BankData {
/**
Expand Down
Loading

0 comments on commit 451e5ff

Please sign in to comment.