t3brightside/personnel
Composer 安装命令:
composer require t3brightside/personnel
包简介
Personnel Records
README 文档
README
TYPO3 CMS extension for personnel list with vCard support. List of people from pages or individual records. Demo
Breaking Changes
v3.0.0 see the ChangeLog
Features
- List of persons from pages
- List of selected persons
- Image crop
- Sort by
- Pagination with items per page and unique to the content element with paginatedprocessors
- Disable from back end: images, vCard link, extra information
- Social links with icons (LinkedIn, Xing, Twitter, GitHub, YouTube, Instagram)
- Base templates for cards, list and table
- Easy to add custom templates
- Contact person/author records for pages and pagelist page types
- Back end preview images
System requirements
- TYPO3
- fluid_styled_content
- paginatedprocessors
Installation
composer req t3brightside/personnelor from TYPO3 extension repository personnel- Add static template
- Include static template for Paginatedprocessors
- Enable page types etc. in "Extension Configuration"
Usage
- Create personnel records in a Page/Sysfolder
- Add desired content element and point to the Page/Sysfolder or individual records
Add custom template
TypoScript Check the constant editor.
PageTS
TCEFORM.tt_content.tx_personnel_template.addItems {
minilist = Mini List
}
Fluid Add new section wheres IF condition determines template name 'minilist' to: Resources/Private/Templates/Personnel.html
<f:if condition="{data.tx_personnel_template} == minilist"> <f:for each="{personnel}" as="person" iteration="iterator"> <f:render partial="Minilist" arguments="{_all}"/> </f:for> </f:if>
Create new partial: Resources/Private/Partials/Minilist.html
routeEnhancers
For the pagination routing check t3brightside/paginatedprocessors
PersonnelVcard: type: Simple limitToPages: routePath: '/{person}' defaults: tag: '' requirements: person: '[1-999]' _arguments: person: 'person' aspects: person: type: StaticRangeMapper start: '1' end: '999' PageTypeSuffix: type: PageType map: vcard.vcf: 888
Development & maintenance
Brightside OÜ – TYPO3 development and hosting specialised web agency
t3brightside/personnel 适用场景与选型建议
t3brightside/personnel 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 17.4k 次下载、GitHub Stars 达 7, 最近一次更新时间为 2018 年 03 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「contacts」 「vCard」 「typo3」 「persons」 「personnel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 t3brightside/personnel 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 t3brightside/personnel 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 t3brightside/personnel 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A clean, modern, and easy-to-use QR code generator for Laravel
Set Links with a specific language parameter
This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.
contacts
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
📇 PHP library for address book contacts (make vCards for contacts)
统计信息
- 总下载量: 17.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 6
- 依赖项目数: 2
- 推荐数: 4
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-03-19