2017 © Pedro Peláez
 

yii2-extension yii2-enlog

Enlog v1 API component Yii2

image

shinomontaz/yii2-enlog

Enlog v1 API component Yii2

  • Sunday, October 29, 2017
  • by shinomontaz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-enlog

yii2 component for Enlog v1 API implementation, (*1)

Requirements

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist shinomontaz/yii2-enlog "*"

or add, (*4)

"shinomontaz/yii2-enlog": "*"

to the require section of your composer.json file., (*5)

Configure

main.php:, (*6)

...
'components' => [
    'enlog' => [
        'class'     => 'shinomontaz\Enlog',
        'url'       => 'https://api.enlog.net',
        'name'      => 'YOUR ENLOG USER NAME',
        'pass'      => 'YOUR ENLOG USER PASS',
        'isTest'    => false
    ],
    ...

The Versions

29/10 2017

dev-master

9999999-dev

Enlog v1 API component Yii2

  Sources   Download

MIT

by Denis Rybakov

yii2 enlog