Popularity
4.9
Declining
Activity
0.0
Stable
465
28
68

Description

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.

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Date And Time     Date     Calendar     Events    
Latest version: v2.2.0

CalendR alternatives and similar libraries

Based on the "Date and Time" category.
Alternatively, view CalendR alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CalendR or a related project?

Add another 'Date and Time' Library

README

CalendR

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

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


*Note that all licence references and agreements mentioned in the CalendR README section above are relevant to that project's source code only.