PHPackages                             taskinbirtan/laravel-guesty - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. taskinbirtan/laravel-guesty

ActiveLibrary[API Development](/categories/api)

taskinbirtan/laravel-guesty
===========================

You will be able to use guesty api from scratch with this Laravel package, easily.

129PHP

Since Nov 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/taskinbirtan/laravelguesty)[ Packagist](https://packagist.org/packages/taskinbirtan/laravel-guesty)[ RSS](/packages/taskinbirtan-laravel-guesty/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Guesty
==============

[](#laravel-guesty)

[](#quick-start)Quick start
---------------------------

[](#quick-start)

Install via composer:

```
composer require taskinbirtan/laravel-guesty

```

In your env please set:

```

env("GUESTY_USERNAME")
env("GUESTY_PASSWORD")
env("GUESTY_ACCOUNT_ID")
these values must be set within .env

```

```

'providers' => [
    TaskinBirtan\LaravelGuesty\LaravelGuestyServiceProvider::class
],

```

In your controller

```
use TaskinBirtan\LaravelGuesty\GuestyApi;
$client=new GuestyApi();
$client->setReservationListingId("some-listing-id")->setReservationCheckInDate("2020-09-27")->setReservationCheckOutDate("2020-10-04")
->setReservationAccountId(env('GUESTY_ACCOUNT_ID'))
->setReservationGuest("Birtan", "Taskin", "phoneNumber", "someEmail")
->setReservationMoneyObject(200, "TRY")
->setSource("TheSourceString")
->setReservationStatus('awaiting_payment');

$response = json_decode($client->makeReservation());

```

// add your logic ...

```
```

Supported Versions
-------------------

[](#supported-versions)

VersionLaravel VersionPhp Version0.1&gt;=5.8&gt;=7.2Please note: wrapper doesn't have all the access of the api. This will cover the basic needs. You will be able to do: get all listings, make reservations, update reservations. I won't be working on this package for a while. Ask me question if you need.

Buy me a beer... just kidding :D

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e3eb898f4a64a72e19502b97e338f2dea92e9cfe4675010cc23421bcc973c1c2?d=identicon)[meta](/maintainers/meta)

---

Top Contributors

[![taskinbirtan](https://avatars.githubusercontent.com/u/14149259?v=4)](https://github.com/taskinbirtan "taskinbirtan (18 commits)")

### Embed Badge

![Health badge](/badges/taskinbirtan-laravel-guesty/health.svg)

```
[![Health](https://phpackages.com/badges/taskinbirtan-laravel-guesty/health.svg)](https://phpackages.com/packages/taskinbirtan-laravel-guesty)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
