PHPackages                             livetyping/yii2-hermitage-client - 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. [Image &amp; Media](/categories/media)
4. /
5. livetyping/yii2-hermitage-client

ActiveYii2-extension[Image &amp; Media](/categories/media)

livetyping/yii2-hermitage-client
================================

Yii2 Hermitage Client Adapter

v0.1.0(10y ago)25.0kMITPHPPHP &gt;=5.5

Since May 30Pushed 10y ago5 watchersCompare

[ Source](https://github.com/LiveTyping/yii2-hermitage-client)[ Packagist](https://packagist.org/packages/livetyping/yii2-hermitage-client)[ RSS](/packages/livetyping-yii2-hermitage-client/feed)WikiDiscussions master Synced 4w ago

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

Yii2 Hermitage Client
=====================

[](#yii2-hermitage-client)

Yii2 Adapter for [Hermitage Client](https://github.com/LiveTyping/hermitage-php-client).

Installation
============

[](#installation)

1. Run the [Composer](http://getcomposer.org/download/) command to install the latest version:

    ```
    composer require livetyping/yii2-hermitage-client ~0.1
    ```
2. Add the component to `config/main.php`:

    ```
    'components' => [
        // ...
        'hermitage' => [
            'class' => 'livetyping\hermitage\client\yii2\Component',
            'secret' => '',
            'baseUri' => 'http://hermitage',
            // 'algorithm' => 'sha256',
        ],
        // ...
    ],
    ```

Usage
=====

[](#usage)

```
