PHPackages                             ors/holidaycheck - 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. ors/holidaycheck

ActiveLibrary[API Development](/categories/api)

ors/holidaycheck
================

This is a wrapper for HolidayCheck API for Laravel 4.2

v1.0.0(9y ago)08MITPHPPHP &gt;=5.4.0

Since Dec 19Pushed 9y agoCompare

[ Source](https://github.com/flajsg/holidaycheck)[ Packagist](https://packagist.org/packages/ors/holidaycheck)[ RSS](/packages/ors-holidaycheck/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

holidaycheck
============

[](#holidaycheck)

This is a Laravel 4.2 wrapper for PHP parser for HolidayCheck XML api.

Dependencies
------------

[](#dependencies)

This wrapper uses `ors/holidaycheck-api:1.0.*` for parsing data.

Installation
------------

[](#installation)

To install the package you must run `composer require ors/holidaycheck` and set service provider and alias in your app.php file.

To include service provider add this line in 'providers' array:

```
'Ors\Holidaycheck\HolidaycheckServiceProvider',

```

And make sure you've added aliases in 'aliases' array:

```
'HolidayCheck' => 'Ors\Holidaycheck\Facades\HolidayCheckFacade',

```

**Publishing migrations and configuration:**

You will need some custom configurations so make sure you have published config files:

```
php artisan config:publish ors/holidaycheck

```

Basic Usage
-----------

[](#basic-usage)

Get detailed information about a hotel (using holiday check unique hotel id):

```
$hotel = HolidayCheck::hotel(49415);

```

A list of hotels

```
$hotels = HolidayCheck::hotels(array(), '', 10);

```

A list of hotel ratings:

```
$ratings = HolidayCheck::hotelRatings(16);

```

A list of hotel reviews:

```
$ratings = HolidayCheck::hotelReviews(16, array(), false, 'entryDate', 10);

```

A single review (using holiday check unique hotel review id):

```
$review = HolidayCheck::hotelReview(2159596);

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3480d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23451383?v=4)[Gregor Flajs](/maintainers/flajsg)[@flajsg](https://github.com/flajsg)

---

Top Contributors

[![gregorf-ors](https://avatars.githubusercontent.com/u/265362559?v=4)](https://github.com/gregorf-ors "gregorf-ors (2 commits)")

---

Tags

apilaravelholidaycheck

### Embed Badge

![Health badge](/badges/ors-holidaycheck/health.svg)

```
[![Health](https://phpackages.com/badges/ors-holidaycheck/health.svg)](https://phpackages.com/packages/ors-holidaycheck)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1212.2M8](/packages/resend-resend-laravel)[essa/api-tool-kit

set of tools to build an api with laravel

53386.5k](/packages/essa-api-tool-kit)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)

PHPackages © 2026

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