Skip to content

This is a object-oriented PHP application and it allows to create a flexible and modifiable calendar which can be rendered within a website or an command line interface.

License

cloudmaker97/Web-Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Calendar

Preview

calendar

Description

This an easy-to-use and modifiable software for creating a monthly calendar on a PHP-driven Webserver. It has the functionality to display the week-days, calendar-weeks and the offset for the first calendar-day (corresponding to its day-number).

CLI Version

There is also a simplified CLI version of it which uses ASCII Characters for separation. It is located in the "console" folder and can be called with this command. You will only need PHP (without composer).

php console/index.php

Requirements

  • PHP >= 8.0
  • PHP-Composer

If you use Scoop.sh

Scoop is a package-manager for windows (Developer Tools, Software, Games etc.). You can check it out on GitHub or https://scoop.sh

scoop install php composer

Installation

Put it on the webserver and run the composer dump-autoload command for using the autoloader for dependencies.

composer dump-autoload

After the installation you are able to access the calendar via. your Web-Browser by opening your chosen/configured URL.

About

This is a object-oriented PHP application and it allows to create a flexible and modifiable calendar which can be rendered within a website or an command line interface.

Topics

Resources

License

Stars

Watchers

Forks