2017 © Pedro Peláez
 

library tripadvisor

Yii component to parse data from tripadvisor

image

thewulf7/tripadvisor

Yii component to parse data from tripadvisor

  • Friday, May 25, 2018
  • by thewulf7
  • Repository
  • 1 Watchers
  • 0 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Yii-tripadvisor

Codeship Status for thewulf7/yii-tripadvisor, (*1)

Installation

Begin by installing this package through Composer., (*2)

{
    "require": {
        "thewulf7/tripadvisor": "dev-master"
    }
}
    'components' => [
        ...
        'tripadvisor' => [
            'class' => 'thewulf7\tripadvisor\Connection'
        ]
        ...
    ]

Usage

Retrieve data, (*3)

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

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

Same with QueryBuilder, (*4)

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

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

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

More examples in tests forlder, (*5)

Issues with existing library, (*6)

The Versions

25/05 2018

dev-master

9999999-dev

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin

06/04 2016

1.0.4

1.0.4.0

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin

06/04 2016

1.0.3

1.0.3.0

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin

05/04 2016

1.0.2

1.0.2.0

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin

05/04 2016

v1.0.1

1.0.1.0

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin

05/04 2016

v1.0

1.0.0.0

Yii component to parse data from tripadvisor

  Sources   Download

The Requires

 

The Development Requires

by Johnny Utkin