henriques / xlr8
There is no license information available for the latest version (dev-master) of this package.
xlr8 exercise
dev-master
2023-01-25 23:29 UTC
This package is auto-updated.
Last update: 2025-08-26 05:03:03 UTC
README
composer require henriques/xlr8
Usage
use Henriques\XLR8\Search
Search::getNearbyHotels(float $latitude, float $longitude, String $sortBy = 'proximity')
- The method getNearbyHotels return all hotels
- The parameter $sortBy can be one of the follows:
- proximity
- -proximity
- pricepernight
- -pricepernight
- By default the value of $sortBy is 'proximity'