Skip to content

roadrunner/CalendR

 
 

Repository files navigation

CalendR project status 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.*"
        }
    }

Install composer and run it

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

(Optional) Autoload CalendR

    require 'vendor/autoload.php';

Contribute

CalendR is still in beta and all comments/PRs are welcome :)

License

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

TODO (And / Or planned)

  • Renderers (WIP)
  • Add providers for some hosted services
  • Add Hour, Minute and Second periods (maybe, don't know if this is really useful).

About

The missing PHP 5.3+ calendar management library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published