Faizan Zahid
Faizan Zahid

Reputation: 1

Laravel Package for Sabre Api

I had been finding a package for laravel 5 to integrate the Sabre Api with my booking system.

The Sabre Api needs authentication and connection with their remote server.

Can anyone help me find a correct solution to integrate the Sabre api with my website built on laravel 5.

Upvotes: 0

Views: 216

Answers (1)

Thomas
Thomas

Reputation: 415

You need a contract with Sabre directly first - afterwards you can request the sign-in for the Webservices. You can shoot them a request there: https://www.sabre.com/forms/contract-request/?lang=en

Upvotes: 0

Related Questions