PHPackages                             bookingsuedtirol/mss-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bookingsuedtirol/mss-php

ActiveLibrary[API Development](/categories/api)

bookingsuedtirol/mss-php
========================

MSS API Client for PHP projects

v6.4.0(11mo ago)420MITPHPPHP &gt;=8.3

Since May 17Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/bookingsuedtirol/mss-php)[ Packagist](https://packagist.org/packages/bookingsuedtirol/mss-php)[ Docs](https://github.com/bookingsuedtirol/mss-php)[ RSS](/packages/bookingsuedtirol-mss-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (40)Used By (0)

mss-php
=======

[](#mss-php)

[![Packagist Version (including pre-releases)](https://camo.githubusercontent.com/7866dc2a7c1dec81f2d10289acd0f090c0ad33547b62445421cba093144cf5c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f6f6b696e67737565647469726f6c2f6d73732d7068702e7376673f696e636c7564655f70726572656c6561736573267374796c653d666c61742d737175617265)](https://packagist.org/packages/bookingsuedtirol/mss-php)

MSS API Client for PHP projects. Only supports MSS 2.0!

Installation
------------

[](#installation)

PHP version requirement: 8.1 or greater.

The MSS API Client is not hard coupled to Guzzle, Buzz or any other library that sends HTTP messages. Instead, it uses the [PSR-18](https://www.php-fig.org/psr/psr-18/) client abstraction. This will give you the flexibility to choose what [PSR-7 implementation and HTTP client](https://packagist.org/providers/php-http/client-implementation)you want to use.

```
composer require bookingsuedtirol/mss-php kriswallsmith/buzz nyholm/psr7
```

Available methods
-----------------

[](#available-methods)

- getHotelList
- getSpecialList
- getRoomList
- getPriceList
- getRoomAvailability
- prepareBooking
- getBooking
- createInquiry
- getUserSources
- getLocationList
- getMasterpackagesList
- getThemeList
- validateCoupon

Example
-------

[](#example)

```
