PHPackages                             marioflores/bookingcom - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marioflores/bookingcom

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marioflores/bookingcom
======================

Scrape properties from booking.com

117PHP

Since Oct 18Pushed 8y ago2 watchersCompare

[ Source](https://github.com/umlouco/bookingcom)[ Packagist](https://packagist.org/packages/marioflores/bookingcom)[ RSS](/packages/marioflores-bookingcom/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bookingcom scrape
=================

[](#bookingcom-scrape)

Bookingcom scrape is a tool to gather information about properties in the well known site booking.com

Install unsing composer

"require": { "marioflores/bookingcom": "dev-master" }

```
use MarioFlores\Bookingcom\Bookingcom;

$booking = new Bookingcom;

/**
 * Get the first search result page
 *
 * use parameters from original url on booking.com site
 *
 * search('dest_id', 'dest_type')
 */

$first_search_results = $booking->search('3343', 'region');

//fetch all individual hotel links form serach result

$all_links = $booking->listAllHotels($first_search_results);

var_dump($all_links);

//fetch data from one hotel using link

$hotel = $booking->getHotel($all_links[0]);

//fetch url of photos

$photos = $booking->getPhotos($all_links[0]);

//fetch price

$price = $booking->getPrice($all_links[0]);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/2100b166d57f481045219f967635ba0d5f8a6b8f584cf40228cd7de9b8fd1272?d=identicon)[umlouco](/maintainers/umlouco)

### Embed Badge

![Health badge](/badges/marioflores-bookingcom/health.svg)

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

PHPackages © 2026

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