randler/buzzvel-wekkend-api

Weekend Buzzvel PHP Library

2.0.2 2021-10-13 11:37 UTC

This package is auto-updated.

Last update: 2024-06-13 17:42:44 UTC


README

Buzzvel

Buzzvel api for hotels weekend

React Native is released under the MIT license. Versão Downloads

Summary





Install

To install the the lib just enter the next command:

composer require randler/buzzvel-wekkend-api

Request all hotels

<?php
  $lat = "-34.596111224556964";
  $lng = "-58.51730236052004";
  $orderBy = "proximity"; // proximity, pricepernight (default: proximity)

  $hotels  = Search::getNearbyHotels($lat, $lng, $orderBy);

List all hotels.