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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

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


Powered by Repull. AI features powered by Vanio AI.


All versions of sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.4.5
guzzlehttp/psr7 Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package repull/sdk contains the following files

Loading the files please wait ...