ammonitenetworks / calendr
Object Oriented calendar management
1.0.6
2013-09-10 14:18 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- doctrine/common: ~2.3
- doctrine/orm: ~2.3
- google/google-api-php-client: 0.6.2
- phpunit/phpunit: ~3.7
- silex/silex: ~1.1
- twig/twig: ~1.13
This package is not auto-updated.
Last update: 2025-03-11 11:08:34 UTC
README
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).