ammonitenetworks/calendr 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ammonitenetworks/calendr

最新稳定版本:1.0.6

Composer 安装命令:

composer require ammonitenetworks/calendr

包简介

Object Oriented calendar management

README 文档

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).

githalytics.com alpha

统计信息

  • 总下载量: 43
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 65
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-02