PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Gabriel Alejandro López López   YII2 Calendly PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YII2 Calendly PHP
Show Calendly calendars on HTML Web pages
Author: By
Last change:
Date: 2 months ago
Size: 526 bytes
 

Contents

Class file image Download
{ "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\\": "" } } }