jaffarhussain1011/laravel-guesty is a Laravel package for laravel integration with guesty api.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require jaffarhussain1011/laravel-guesty.
Discover more Laravel packages by jaffarhussain1011
or browse all Laravel packages to compare alternatives.
Last updated
composer require jaffarhussain1011/laravel-guesty
Add following env variables in .env file
GUESTY_USERNAME='(API KEY)'
GUESTY_PASSWORD='(API SECRET)'
Get guesty listings?
app('guesty')->listings()->all()
Get guesty reservations?
app('guesty')->reservations()->all()
Get guesty owner reservations?
app('guesty')->ownerReservations()->all()