PHPackages                             bploeger/rezdy-api-v1 - 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. bploeger/rezdy-api-v1

ActiveLibrary[API Development](/categories/api)

bploeger/rezdy-api-v1
=====================

A PHP wrapper for The Rezdy Booking API Ver. 1

v1.0.0(7y ago)4264[2 issues](https://github.com/bploeger/rezdy-api-v1/issues)MITPHPPHP &gt;=7.1.3CI failing

Since Apr 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/bploeger/rezdy-api-v1)[ Packagist](https://packagist.org/packages/bploeger/rezdy-api-v1)[ RSS](/packages/bploeger-rezdy-api-v1/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

Rezdy API PHP SDK
=================

[](#rezdy-api-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/280de79d8e05df06986faac9c7a6be8776acb39fcf8c7d8acaac4812cbb0a8cf/68747470733a2f2f706f7365722e707567782e6f72672f62706c6f656765722f72657a64792d6170692d76312f762f737461626c65)](https://packagist.org/packages/bploeger/rezdy-api-v1)[![Latest Unstable Version](https://camo.githubusercontent.com/72f04604a10c1a21e02a574d8cbf7193bee19d549a6d698fabc6040ef3b1f977/68747470733a2f2f706f7365722e707567782e6f72672f62706c6f656765722f72657a64792d6170692d76312f762f756e737461626c65)](https://packagist.org/packages/bploeger/rezdy-api-v1)[![License](https://camo.githubusercontent.com/febdf4c61c4429f0d04e34a874bc225a5c0faf639c285510cbcdaed3c6764250/68747470733a2f2f706f7365722e707567782e6f72672f62706c6f656765722f72657a64792d6170692d76312f6c6963656e7365)](https://packagist.org/packages/bploeger/rezdy-api-v1)

### This library utilizes [GuzzlePHP](http://guzzle.readthedocs.org/)

[](#this-library-utilizes-guzzlephp)

### This library utilizes [Carbon](https://carbon.nesbot.com/)

[](#this-library-utilizes-carbon)

Installing via Composer
-----------------------

[](#installing-via-composer)

[Composer](https://getcomposer.org/) is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Rezdy API PHP SDK through composer, you must add *"bploeger/rezdy-api-v1"* as a dependency in your project's composer.json file.

```
 {
    "require": {
        "bploeger/rezdy-api-v1": "^1.0"
    }
 }
```

Documentation
-------------

[](#documentation)

The source documentation is hosted at

API Documentation provided by Rezdy is located at

Usage
-----

[](#usage)

The RezdyAPI class contains the underlying services that hold the methods that use the API.

```
use Rezdy\RezdyAPI;
use Rezdy\Requests\SimpleSearch;

// Initialize the API
$rezdyAPI = new RezdyAPI('your api key');

// Set the search parameters
$searchParams =	[
	'search' => 'Smith',
	'limit'  => 50,
	'offset' => 0
];

// Create the Simple Search Request
$search = new SimpleSearch($searchParams);

// Send the request to the API
$response = $this->rezdyAPI->customers->search($search);

// View the Response
echo $response;
```

Minimum Requirements
--------------------

[](#minimum-requirements)

Use of this library requires PHP 7.1.3+, and PHP cURL extension ()

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~7 days

Total

4

Last Release

2625d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3173084?v=4)[Brad Ploeger](/maintainers/bploeger)[@bploeger](https://github.com/bploeger)

---

Top Contributors

[![bploeger](https://avatars.githubusercontent.com/u/3173084?v=4)](https://github.com/bploeger "bploeger (23 commits)")

---

Tags

rezdy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bploeger-rezdy-api-v1/health.svg)

```
[![Health](https://phpackages.com/badges/bploeger-rezdy-api-v1/health.svg)](https://phpackages.com/packages/bploeger-rezdy-api-v1)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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