Download the PHP package aviasales/hotellook-yii-api without Composer
On this page you can find all versions of the php package aviasales/hotellook-yii-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hotellook-yii-api
Installation
-
Grab package via composer:
$ composer require aviasales/hotellook-yii-api
-
Add namespace alias to your application's config:
... 'aliases' => array( 'hotellook.composer.api' => 'application.vendor.aviasales.hotellook-yii-api', ), ...
-
Add application component
... 'components' => array( ... 'hotellookApi' => array( 'class' => 'hotellook\composer\api\Agent', 'host' => 'http://hotellook.com/api', 'login' => YOUR_LOGIN, 'token' => YOUR_TOKEN, ), ... ), ...
All versions of hotellook-yii-api with dependencies
PHP Build Version
Package Version
The package aviasales/hotellook-yii-api contains the following files
Loading the files please wait ....