fnlive / calendar
Class for calendar
v1.0
2016-03-10 21:13 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-11-07 00:02:38 UTC
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)