jstack-eu / newyse
There is no license information available for the latest version (2.0.0) of this package.
2.0.0
2020-03-27 14:44 UTC
Requires
- php: >=5.4
- besimple/soap-client: ^0.2.0
- besimple/soap-common: ^0.2.0
- jms/serializer: ~1.0
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2026-02-20 23:03:50 UTC
README
Installation
Add the package to your composer.json
composer require jstack-eu/newyse
Usage
<?php require 'vendor/autoload.php'; use Jstack\Newyse\Newyse; $newyse = new Newyse('username', 'pa$$word', 'CHANNEL', 'http://scws.newyse.com/nwsservice_[COMPANY_NAME]_live/nwsws/newyseservice?wsdl'); /** @var Jstack\Newyse\Model\AccommodationType[] $accommodationTypes */ $accommodationTypes = $newyse->getAccommodationTypes();