CalendR

The missing PHP 5.3+ calendar management library.

  • 所有者: yohang/CalendR
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者yohang/CalendR
主编程语言PHP
编程语言PHP (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2012-01-20 08:47:54
推送于2025-01-09 18:44:30
最后一次提交2025-01-10 02:38:27
发布数18
最新版本名称3.0.0 (发布于 2025-01-09 19:43:33)
第一版名称1.0.0-beta (发布于 )
用户参与
星数464
关注者数26
派生数66
提交数251
已启用问题?
问题数31
打开的问题数11
拉请求数25
打开的拉请求数2
关闭的拉请求数12
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?