numero2/contao-contact-persons
Composer 安装命令:
composer require numero2/contao-contact-persons
包简介
Manage contact persons for pages, news and events.
README 文档
README
About
This bundle allows you to manage contact persons for individual pages, news items, or events.
Features
- Manage contact persons for pages, news, or events.
- A dedicated content element to:
- display a single contact person, or
- output a list of selected contact persons
- Optionally attach a VCF file to each contact person
- Alternatively, automatically generate a VCF file from the information stored in the backend for download
Screenshot
System requirements
- Contao 5.0 (or newer)
Installation
- Install via Contao Manager or Composer (
composer require numero2/contao-contact-persons) - Run a database update via the Contao Manager or using the contao:migrate command.
Events
If you want to extend the contact persons using your own fields you can use the contao.contact_person_parse event to modify all the data that will be used in the templates.
// src/EventListener/ContactPersonParseListener.php namespace App\EventListener; use numero2\ContactPersonsBundle\Event\ContactPersonEvents; use numero2\ContactPersonsBundle\Event\ContactPersonParseEvent; use Symfony\Component\EventDispatcher\Attribute\AsEventListener; #[AsEventListener(ContactPersonEvents::CONTACT_PERSON_PARSE)] class ContactPersonListener { public function __invoke( ContactPersonParseEvent $event ): void { // … } }
numero2/contao-contact-persons 适用场景与选型建议
numero2/contao-contact-persons 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 70 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 01 月 29 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 numero2/contao-contact-persons 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 numero2/contao-contact-persons 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2024-01-29
