swisspost-yellowcube / yellowcube-php
Connect to the SOAP based YellowCube Solutions.
2.1.0
2019-04-23 14:18 UTC
Requires
- php: >=5.3
- ext-soap: *
- beberlei/assert: ~2.0
- course-hero/wse-php: ~2.0
- psr/log: ~1.0
Requires (Dev)
- mikey179/vfsstream: ~1.4
- phpspec/phpspec: ~3.0
- squizlabs/php_codesniffer: 2.*
This package is auto-updated.
Last update: 2024-10-08 02:44:53 UTC
README
Connect to the SOAP based YellowCube Solutions.
Integrations
- Drupal module drupal-yellowcube
- Magento extension magento-yellowcube
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
git clone https://github.com/swisspost-yellowcube/yellowcube-php.git
- Install dependencies
composer install
- Run tests
vendor/phpspec/phpspec/bin/phpspec run
- 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.