Download the PHP package repull/sdk without Composer
On this page you can find all versions of the php package repull/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package sdk
Short Description PHP SDK for Repull — the unified API for vacation-rental tech (50+ PMS platforms, Airbnb / Booking.com / VRBO / Plumguide). Generated from OpenAPI.
License MIT
Homepage https://repull.dev
Informations about the package sdk
Repull PHP SDK
PHP SDK for Repull — 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?
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
Not on Packagist yet — install from git:
Quick start
Run it:
Authentication
All requests require a Bearer token. Sandbox keys start with sk_test_, production with sk_live_. Get a key at https://repull.dev/dashboard.
Examples
| File | What it does |
|---|---|
examples/quickstart.php |
List the latest 10 reservations |
examples/connect_airbnb.php |
Mint an Airbnb OAuth Connect session |
What's in the box
14 API classes covering every endpoint of the Repull API:
AIApi, AirbnbApi, AvailabilityApi, BillingApi, BookingComApi, ConnectApi, ConversationsApi, GuestsApi, PlumguideApi, PropertiesApi, ReservationsApi, SystemApi, VRBOApi, WebhooksApi.
Plus typed model classes for Property, Reservation, Guest, CalendarDay, Conversation, Message, Connection, WebhookSubscription, etc.
Full reference: https://repull.dev/docs.
Regenerating from OpenAPI
The SDK is generated from the live spec at https://api.repull.dev/openapi.json using the php-nextgen generator:
scripts/relax-enums.php rewrites strict enum validators in generated models so the SDK accepts unknown values gracefully — necessary because the spec occasionally lags what the live API returns.
Versioning
The SDK version tracks the OpenAPI document version. The current snapshot is committed at openapi/v1.json.
License
MIT — see LICENSE.
Other Repull SDKs
repull-sdk— TypeScript SDK + interactive demorepull-python— Python SDKrepull-go— Go SDKrepull-ruby— Ruby SDKrepull-dotnet— .NET SDK
All versions of sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.4.5
guzzlehttp/psr7 Version ^2.0