webandco/neos-taxonomy
Composer 安装命令:
composer require webandco/neos-taxonomy
包简介
web&co neos taxonomy package
README 文档
README
This package provides taxonomy functionality for Neos CMS.
Structure
Document NodeTypes
-
DocumentTaxonomyStorage: Taxonomy root node (entry point)
-
DocumentTaxonomyVocabulary: You can specify one or many vocabularies with individual access rights or behavior.
eg. "Taxonomy" for free tagging
eg. "Location" to provide structured taxonomies like country, state, city, ...
-
DocumentTaxonomy: Create new nodes and use them as taxonomies right away.
-
DocumentTaxonomyAbstract (for extending custom nodeTypes) Extend custom nodetypes for more specific FlowQuery expressions.
Content NodeTypes
- TaxonomyList: A simple view you can use to show a list of nodes matching taxonomies utilized by the "intersect" FlowQuery operator.
Abstract NodeTypes
- Webandco.Taxonomy:Taxonomy: Every nodeType inheriting Webandco.Taxonomy:Taxonomy will be available in the inspector - eg. utilized in the TaxonomyList yaml definition.
Intersect FlowQuery Operation
In order to find nodes use the provided intersect() FlowQuery Operator. Like with all FlowQuery operators chaining is possible. In the List.ts2 file you will find a working example.
Parameters
- type: 'property' | 'node' - Note: if you choose node, for now just nodeType property is supported (todo)
- property: eg. 'taxonomies'
- taxonomies: eg 'top10, city,...'
getTaxonomies FlowQuery Operation
In oder to get all taxonomies related to a node you can use the getTaxonomies operation.
Parameters
- vocabulary: restrict list to a specific vocabulary (uriPathSegment)
debug = Neos.Fusion:Debug {
value = ${q(node).getTaxonomies())}
}
Eel Helper
There is a Eel helper available to convert a taxonomy node array to a string. In order to do that the helper will extract the uriPathSegment as a comma separated list. If you define a defaultDimensionPreset it will fetch the uriPathSegment from the specified dimension.
debug = Neos.Fusion:Debug {
value = ${Webandco.Taxonomy.toString(q(node).getTaxonomies().get())}
}
Setup
-
Download the package via composer
-
Create the basic structure
- Storage
- Vocabulary
- Taxonomy
- (Taxonomy)
- Taxonomy
- Vocabulary
- Storage
-
Create a TaxonomyList content node and you are ready to go.
Examples
List.ts2 implementation
${q(site).find('[instanceof Neos.Neos:Document]').filter('[taxonomies]').intersect('property', 'taxonomies', node.properties.taxonomies)}
Chaining implementation
${q(site).find('[instanceof Neos.Neos:Document]').filter('[taxonomies]').intersect('property', 'taxonomies', node.properties.taxonomies).intersect('node', 'nodeType', node.properties.locations)}
TODO's
- Roadmap
- Performance
- Testing
Pull Requests are welcome!!
webandco/neos-taxonomy 适用场景与选型建议
webandco/neos-taxonomy 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 10.94k 次下载、GitHub Stars 达 10, 最近一次更新时间为 2015 年 05 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「flow」 「taxonomy」 「Neos」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 webandco/neos-taxonomy 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 webandco/neos-taxonomy 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 webandco/neos-taxonomy 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
An improved history backend module for Neos
Put images nicley in a row
Create link to static resources with cache-breaking segment based on md5 of the file
Icon support for Silverstripe taxonomy terms
Elemental Taxonomy module, provides a list of taxonomy terms under a selected type
WordPress plugin to automatically toggle the parent term when a sub term is selected.
统计信息
- 总下载量: 10.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 18
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-05-01