https://github.com/yohang/CalendR
The missing PHP 5.3+ calendar management library.
https://github.com/yohang/CalendR
Last synced: 10 days ago
JSON representation
The missing PHP 5.3+ calendar management library.
- Host: GitHub
- URL: https://github.com/yohang/CalendR
- Owner: yohang
- License: mit
- Created: 2012-01-20T08:47:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T18:44:30.000Z (4 months ago)
- Last Synced: 2025-04-06T05:03:14.517Z (20 days ago)
- Language: PHP
- Homepage: http:/yohan.giarel.li/CalendR
- Size: 680 KB
- Stars: 465
- Watchers: 26
- Forks: 66
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - CalendR (⭐465) - A calendar management library. (Recently Updated / [Apr 12, 2025](/content/2025/04/12/README.md))
README
# CalendR

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](http://yohan.giarel.li/CalendR).
Installation
------------CalendR is hosted on [packagist](http://packagist.org), you can install it with composer.
Create a composer.json file
```json
{
"require": {
"yohang/calendr": "^1.1"
}
}
```Install composer and run it
```sh
wget http://getcomposer.org/composer.phar
php composer.phar install
```(Optional) Autoload CalendR
```php
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