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 3w ago

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

Maturity21

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://avatars.githubusercontent.com/u/5732757?v=4)[T on Meta Mode](/maintainers/meta)[@meta](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k16](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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