Skip to content

yohang/CalendR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad8c00c · Jan 9, 2025
Jan 9, 2025
Mar 4, 2013
Jan 9, 2025
Jan 9, 2025
Jan 13, 2019
Aug 3, 2021
Jul 28, 2012
Jan 13, 2019
Aug 3, 2021
Feb 14, 2012
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025

Repository files navigation

CalendR

Build Status

CalendR is an Object Oriented Calendar management library on top of PHP5.3+ Date objects. You can use it to deal with all your needs about calendars and events.

Complete documentation

Complete documentation is available here.

Installation

CalendR is hosted on packagist, you can install it with composer.

Create a composer.json file

    {
        "require": {
            "yohang/calendr": "^1.1"
        }
    }

Install composer and run it

    wget http://getcomposer.org/composer.phar
    php composer.phar install

(Optional) Autoload CalendR

    require 'vendor/autoload.php';

Contribute

Calendar is open to contributions. Merging delays can vary depending to my free time, but always be welcome.

License

CalendR is licensed under the MIT License - see the LICENSE file for details