PHP Classes

YII2 Calendly PHP: Show Calendly calendars on HTML Web pages

Recommend this page to a friend!
  Info   View files Documentation   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-03-29 (18 hours ago) RSS 2.0 feedNot yet rated by the usersTotal: Not yet counted Not yet ranked
Version License PHP version Categories
yii2-calendly 1.0BSD License5PHP 5, Time and Date, Content management
Description 

Author

This package can show Calendly calendars on HTML Web pages.

It provides a class that extends the YII2 Widget class to generate HTML to make appear a given calendar from Calendly on a Web page.

The class allows the configuration of the CSS class and style using an options variable.

Picture of Gabriel Alejandro López López
  Performance   Level  
Name: Gabriel Alejandro López ... <contact>
Classes: 5 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 2x

Documentation

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.


Details

{ "name": "daxslab/yii2-calendly", "description": "Embeds the Calendly widgets into Yii2 applications", "type": "yii2-extension", "keywords": ["yii2", "extension", "calendar", "events", "schedule", "Calendly"], "license": "MIT", "authors": [ { "name": "Gabriel A. López López", "email": "glpz@daxslab.com" } ], "require": { "yiisoft/yii2": "*" }, "autoload": { "psr-4": { "daxslab\\calendly\\": "" } } }

  Files folder image Files  
File Role Description
Plain text file Calendly.php Class Class source
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE.md Lic. License text
Accessible without login Plain text file README.md Doc. Example script

 Version Control Unique User Downloads  
 100%
Total:0
This week:0