PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   YII2 Calendly PHP   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Example script
Class: YII2 Calendly PHP
Show Calendly calendars on HTML Web pages
Author: By
Last change:
Date: 2 months ago
Size: 1,478 bytes
 

Contents

Class file image Download

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

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

or add

"daxslab/yii2-calendly": "*"

to the require section of your composer.json file.

Usage

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


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.