PHPackages                             holidaylink/api-sdk-php - 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. holidaylink/api-sdk-php

ActiveLibrary

holidaylink/api-sdk-php
=======================

HolidayLink.com PHP SDK for API

0191PHP

Since Mar 7Pushed 9y ago5 watchersCompare

[ Source](https://github.com/holidaylink/holidaylink-sdk-php)[ Packagist](https://packagist.org/packages/holidaylink/api-sdk-php)[ RSS](/packages/holidaylink-api-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Holiday-Link.com API SDK for PHP
================================

[](#holiday-linkcom-api-sdk-for-php)

This repository contains Holiday-Link.com PHP SDK and samples for our API

Prerequisites
-------------

[](#prerequisites)

- PHP 5.3 or above
- curl extension must be enabled
- json extension must be enabled
- composer for fetching dependencies (See )

Samples
-------

[](#samples)

- [Running the samples](sample/)

Usage
-----

[](#usage)

To write an app that uses the SDK

- add `holidalink/api-sdk-php` to your `composer.json` require list or copy the \[sample/composer.json\] (sample/composer.json) to your project's root
- run `composer update` to fetch dependencies
- obtain API credentials from [Holiday-Link.com](http://www.holiday-link.com/)
- now you are all set to make your first API call

```
$apiCredentials = new \HolidayLink\Auth\Credentials($config['access-token]);

try {
    $params = array(
      'expand' => 'field1, field2, field3',
    );
    $entity = Entity::allFromXML($params, $apiCredentials);
} catch (Exception $ex) {
    echo 'Exception:', $ex->getMessage(), PHP_EOL;
    exit(1);
}

print_r($entity->toArray());
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92% 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://www.gravatar.com/avatar/848ac52e855d7c0315330dbfa38de3290fac8cd7207e67100976872328a5d1f9?d=identicon)[holidaylink](/maintainers/holidaylink)

---

Top Contributors

[![tonxyx](https://avatars.githubusercontent.com/u/4355573?v=4)](https://github.com/tonxyx "tonxyx (46 commits)")[![milan-miscevic](https://avatars.githubusercontent.com/u/7656767?v=4)](https://github.com/milan-miscevic "milan-miscevic (4 commits)")

### Embed Badge

![Health badge](/badges/holidaylink-api-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/holidaylink-api-sdk-php/health.svg)](https://phpackages.com/packages/holidaylink-api-sdk-php)
```

PHPackages © 2026

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