fnlive/calendar
Composer 安装命令:
composer require fnlive/calendar
包简介
Class for calendar
关键字:
README 文档
README
This is a calendar module for the Anax-MVC framework.
- Add a calendar to any page.
See calendar/webroot/testCalendar.php for example usage.
Installation
- Download Anax-MVC release v.04 or later.
- Add following lines to Anax-MVC/composer.json, see below
- run composer update to download module and dependencies to vendor folder
- copy template files from calendar/view/calendar/* to Anax-MVC/app/view/calendar/
- point your browser to file calendar/webroot/testCalendar.php to try out module
Anax-MVC/composer.json snippet:
"require": {
"php": ">=5.4",
"fnlive/calendar": "dev-master"
},
By Fredrik Nilsson (fn@live.se)
License
This software is free software and carries a MIT license.
Todo
- Minor scrutinizer issues.
History
v1.0 (2016-03-10)
.
..: Copyright 2016 by Fredrik Nilsson (fn@live.se)
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-08