Skip to content
/ newyse Public
forked from jstack-eu/newyse

A PHP implementation to communicate with the Newyse API

License

Notifications You must be signed in to change notification settings

Opifer/newyse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstack Newyse

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();

About

A PHP implementation to communicate with the Newyse API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%