Skip to content

A Generic PHP Class to handle calendar structures with events

License

Notifications You must be signed in to change notification settings

aklump/loft_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loft Calendar

A Generic PHP Class to handle calendar structures with events.

// To create a one month calendar for December 2012:
$month_calendar = new LoftCalendar('2012-12');

// To create a 14 day calendar starting 12/3/2012
$two_week_cal = new LoftCalendar('2012-12-03', 14);

See \LoftCalendarInterface for more info.

Contact

About

A Generic PHP Class to handle calendar structures with events

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages