Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daxslab/yii2-calendly
Yii2 Widget for Calendly integrations
https://github.com/daxslab/yii2-calendly
calendar calendly extension schedule yii2
Last synced: 17 days ago
JSON representation
Yii2 Widget for Calendly integrations
- Host: GitHub
- URL: https://github.com/daxslab/yii2-calendly
- Owner: daxslab
- License: mit
- Created: 2019-11-14T06:05:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T07:33:38.000Z (about 5 years ago)
- Last Synced: 2024-07-31T20:45:56.738Z (5 months ago)
- Topics: calendar, calendly, extension, schedule, yii2
- Language: PHP
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- cuban-opensource - yii2-calendly
README
yii2-calendly
=============[![Build Status](https://secure.travis-ci.org/daxslab/yii2-calendly.png)](http://travis-ci.org/daxslab/yii2-calendly)
[![Latest Stable Version](https://poser.pugx.org/daxslab/yii2-calendly/v/stable.svg)](https://packagist.org/packages/daxslab/yii2-calendly)
[![Total Downloads](https://poser.pugx.org/daxslab/yii2-calendly/downloads)](https://packagist.org/packages/daxslab/yii2-calendly)
[![Latest Unstable Version](https://poser.pugx.org/daxslab/yii2-calendly/v/unstable.svg)](https://packagist.org/packages/daxslab/yii2-calendly)
[![License](https://poser.pugx.org/daxslab/yii2-calendly/license.svg)](https://packagist.org/packages/daxslab/yii2-calendly)Embeds Calendly widgets into Yii2 applications
Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
-----```php
= \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](http://daxslab.com).