PHPackages                             repull/sdk - 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. repull/sdk

ActiveLibrary[API Development](/categories/api)

repull/sdk
==========

PHP SDK for Repull — the unified API for vacation-rental tech (50+ PMS platforms, Airbnb / Booking.com / VRBO / Plumguide). Generated from OpenAPI.

v0.2.7(4w ago)04MITPHP ^8.1

Since May 1Compare

[ Source](https://github.com/ivannikolovbg/repull-php)[ Packagist](https://packagist.org/packages/repull/sdk)[ Docs](https://repull.dev)[ RSS](/packages/repull-sdk/feed)WikiDiscussions Synced 3w ago

READMEChangelogDependencies (8)Versions (14)Used By (0)

Repull PHP SDK
==============

[](#repull-php-sdk)

> PHP SDK for [Repull](https://repull.dev) — the unified API for vacation-rental tech (50+ PMS platforms, Airbnb / Booking.com / VRBO / Plumguide channels, AI ops). Generated from OpenAPI. **PHP 8.1+**.

> **Status:** v0.1.0 — alpha. Not yet on Packagist. API surface may break before v1.0.

Why a PHP SDK?
--------------

[](#why-a-php-sdk)

WordPress is the dominant CMS for direct-booking websites in the vacation-rental industry. If you're building a booking flow, channel-manager dashboard, or guest portal in PHP, the Repull PHP SDK is your on-ramp to:

- 50+ PMS / channel-manager integrations through one REST API
- Airbnb, Booking.com, VRBO, Plumguide as native channels
- Built-in AI for guest replies, intent classification, listing generation, dynamic pricing
- White-label OAuth Connect flows

Install
-------

[](#install)

Not on Packagist yet — install from git:

```
{
  "repositories": [
    { "type": "vcs", "url": "https://github.com/ivannikolovbg/repull-php" }
  ],
  "require": {
    "repull/sdk": "dev-main"
  }
}
```

```
composer update repull/sdk
```

Quick start
-----------

[](#quick-start)

```
