jaffarhussain1011/laravel-guesty

Laravel Integration With Guesty API

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/jaffarhussain1011/laravel-guesty

dev-main 2021-10-05 04:57 UTC

This package is auto-updated.

Last update: 2025-12-05 13:58:23 UTC


README

How to install?

composer require jaffarhussain1011/laravel-guesty

Configuration

Add following env variables in .env file

GUESTY_USERNAME='(API KEY)'

GUESTY_PASSWORD='(API SECRET)'

How to use?

Get guesty listings? app('guesty')->listings()->all()

Get guesty reservations? app('guesty')->reservations()->all()

Get guesty owner reservations? app('guesty')->ownerReservations()->all()