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

This package is auto-updated.

Last update: 2024-04-20 19:05:46 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();