承接 fredbradley/socs-calendar-ics-parser 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

fredbradley/socs-calendar-ics-parser

Composer 安装命令:

composer require fredbradley/socs-calendar-ics-parser

包简介

A PHP Script that parses an ICS file from SOCS, in a readable format to display elsewhere.

README 文档

README

A PHP Script that parses an ICS file from SOCS, in a readable format to display elsewhere.

Features

  • Super easy to use.
  • Once you've included it in your composer package, just one line of code will get you a PHP array of Event Objects.
  • Compatible with Wordpress transients, if you use Wordpress.
  • Compatible with Laravel Caching, if you use Laravel.
  • Actively managed - if you have a feature or idea request, please let me know, or even better - submit a pull request.

Requirements

This project requires PHP 7. I'm too lazy to write for PHP5.6 these days. Get with the program!

How to install

composer install fredbradley/socs-calendar-ics-parser

Examples

Wordpress Widget Example

This is written to work with Wordpress and even has Wordpress Caching (set_transient) functionality built in, to speed up page load times.

If you want to see an example of a widget that uses this code, please see this piece of code in my 'cranleigh-socs' plugin. If you like you can install the entire Cranleigh SOCS Plugin, but be aware it's written in Bootstrap 3 with HTML markup specifically for our sites.

Wordpress Example

If you want some help customising it, I'd be happy to help.

Usage

Options

  • minNumEvents (default: 5)
  • ignoreCache (default: false) Set to true if you don't want get the object from the cache.
  • cacheName (default: 'calendar-cache') if you have more than one instance of this, you should probably give each instance a unique cache name, so they don't overwrite each other
  • weeksAhead (default: 15) how many weeks ahead to you want to get the events for

Basic Example with Default Options

$ics_url = "<YOUR URL FOR YOUR ICS HERE>";
$calendar = new \FredBradley\SOCSICSParser\CalendarEvents( $ics_url );

Example with custom options

$ics_url = "<YOUR URL FOR YOUR ICS HERE>";
$options = [
  'minNumEvents' => 10,
  'cacheName' => 'my-music-calendar'
];
$calendar = new \FredBradley\SOCSICSParser\CalendarEvents( $ics_url, $options );

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2018-07-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固