项目作者: daxslab

项目描述 :
Yii2 Widget for Calendly integrations
高级语言: PHP
项目地址: git://github.com/daxslab/yii2-calendly.git
创建时间: 2019-11-14T06:05:41Z
项目社区:https://github.com/daxslab/yii2-calendly

开源协议:MIT License

下载


yii2-calendly

Build Status
Latest Stable Version
Total Downloads
Latest Unstable Version
License

Embeds Calendly widgets into Yii2 applications

Installation

The preferred way to install this extension is through composer.

Either run

  1. php composer.phar require --prefer-dist daxslab/yii2-calendly "*"

or add

  1. "daxslab/yii2-calendly": "*"

to the require section of your composer.json file.

Usage

  1. <?= \daxslab\calendly\Calendly::widget([
  2. 'calendlyId' => Yii::$app->params['calendlyId'],
  3. 'mode' => \daxslab\calendly\Calendly::MODE_INLINE,
  4. ]) ?>

Defaults

The component will try to set some properties by default:

  • mode: Defaults to “inline”. It can also be “button” or “text”
  • text: Default to “Schedule time with me”

Proudly made by Daxslab.