randler / buzzvel-wekkend-api
Weekend Buzzvel PHP Library
2.0.2
2021-10-13 11:37 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^6.4
Requires (Dev)
- phpunit/phpunit: ^8
- squizlabs/php_codesniffer: ^3.3
README
Buzzvel api for hotels weekend
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.