swisspost-yellowcube/yellowcube-php

Connect to the SOAP based YellowCube Solutions.

2.1.0 2019-04-23 14:18 UTC

README

Connect to the SOAP based YellowCube Solutions. Build Status

Integrations

Requirements

  • PHP >= 5.6 (Compatible and tested with PHP 7.0, 7.1, 7.2 and 7.3 as well)
  • PHP SOAP extension

Manual Installation

With composer:

composer require swisspost-yellowcube/yellowcube-php

Development

  1. git clone https://github.com/swisspost-yellowcube/yellowcube-php.git
  2. Install dependencies composer install
  3. Run tests vendor/phpspec/phpspec/bin/phpspec run
  4. Check coding standards compliance bin/phpcs --standard=PSR1,PSR2 --extensions=php ./src ./spec

This project uses semver for versioning and PSR-1 and PSR-2 coding standards.

Documentation

The complete documentation can be found here.

License

The YellowCube PHP Library is dual licensed under the MIT or GPL Version 2 (or later) licenses.