PHPackages                             thewulf7/tripadvisor - 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. thewulf7/tripadvisor

ActiveLibrary

thewulf7/tripadvisor
====================

Yii component to parse data from tripadvisor

1.0.4(10y ago)073PHPPHP &gt;=5.4.0

Since Apr 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thewulf7/yii-tripadvisor)[ Packagist](https://packagist.org/packages/thewulf7/tripadvisor)[ RSS](/packages/thewulf7-tripadvisor/feed)WikiDiscussions master Synced 1mo ago

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

Yii-tripadvisor
===============

[](#yii-tripadvisor)

[![Codeship Status for thewulf7/yii-tripadvisor](https://camo.githubusercontent.com/7f07e38d711d61fd4919e184ef6dfcededc5be88262639866e0dbf7a290ec597/68747470733a2f2f636f6465736869702e636f6d2f70726f6a656374732f35623936643662302d646434352d303133332d346232302d3236383264616162636664302f7374617475733f6272616e63683d6d6173746572)](https://codeship.com/projects/144335)

### Installation

[](#installation)

Begin by installing this package through Composer.

```
{
    "require": {
        "thewulf7/tripadvisor": "dev-master"
    }
}
```

```
    'components' => [
        ...
        'tripadvisor' => [
            'class' => 'thewulf7\tripadvisor\Connection'
        ]
        ...
    ]
```

### Usage

[](#usage)

**Retrieve data**

```
$trip = \Yii::$app->get('tripadvisor');

return $trip->createCommand()->search('Moscow');
```

**Same with QueryBuilder**

```
$query = new \thewulf7\tripadvisor\Query();

$query
    ->setAction()
    ->addType('geo')
    ->setQuery('Moscow')
    ->setDetails(false);

return $query
    ->createCommand()
    ->search();
```

**More examples in tests forlder**

**Issues with existing library**

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~0 days

Total

5

Last Release

3685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e28af5e47c51b76c74aac86e13679d9629c516c481f8ce8cb5e771a7324d14f0?d=identicon)[thewulf7](/maintainers/thewulf7)

---

Top Contributors

[![thewulf7](https://avatars.githubusercontent.com/u/1582808?v=4)](https://github.com/thewulf7 "thewulf7 (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thewulf7-tripadvisor/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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