yohang / calendr
Object Oriented calendar management
Installs: 565 421
Dependents: 3
Suggesters: 0
Security: 0
Stars: 465
Watchers: 28
Forks: 65
Open Issues: 16
Requires
- php: ^5.5|^7.0
- symfony/options-resolver: ^2.7|^3.0|^4.0
Requires (Dev)
- doctrine/cache: ^1.5
- doctrine/common: ^2.5
- doctrine/orm: ^2.5
- phpunit/phpunit: ^4.8.35|^5.4.0|^6.0|^7.0
- silex/silex: ^1.3
- twig/twig: ^1.23|^2.0
This package is auto-updated.
Last update: 2024-10-13 23:26:29 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.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