randler/buzzvel-wekkend-api

Weekend Buzzvel PHP Library

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/randler/buzzvel-wekkend-api

2.0.2 2021-10-13 11:37 UTC

This package is auto-updated.

Last update: 2025-10-13 20:21:27 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.