php-extended / php-information-interface
一个库,用于指定单个信息的传输对象
18.4.5
2024-07-30 21:22 UTC
Requires
- php: >=8.0
- dev-master
- 18.4.5
- 18.4.4
- 18.4.3
- 18.4.2
- 18.4.1
- 18.4.0
- 18.3.9
- 18.3.8
- 18.3.7
- 18.3.6
- 18.3.5
- 18.3.4
- 18.3.3
- 18.3.2
- 18.3.1
- 18.3.0
- 18.2.2
- 18.2.1
- 18.2.0
- 18.1.1
- 18.1.0
- 18.0.4
- 18.0.3
- 18.0.2
- 18.0.1
- 18.0.0
- 17.6.0
- 17.5.0
- 17.4.1
- 17.4.0
- 17.3.0
- 17.1.0
- 17.0.33
- 17.0.32
- 17.0.31
- 17.0.30
- 17.0.29
- 17.0.28
- 17.0.27
- 17.0.26
- 17.0.25
- 17.0.24
- 17.0.23
- 17.0.22
- 17.0.21
- 17.0.20
- 17.0.19
- 17.0.18
- 17.0.17
- 17.0.16
- 17.0.15
- 17.0.14
- 17.0.13
- 17.0.12
- 17.0.11
- 17.0.10
- 17.0.9
- 17.0.8
- 17.0.7
- 17.0.6
- 17.0.5
- 17.0.4
- 17.0.3
- 17.0.2
- 17.0.1
- 17.0.0
- 16.1.5
- 16.1.4
- 16.1.3
- 16.1.2
- 16.1.1
- 16.1.0
- 16.0.5
- 16.0.4
- 16.0.3
- 16.0.2
- 16.0.1
- 16.0.0
- 15.1.0
- 15.0.3
- 15.0.2
- 15.0.1
- 15.0.0
- 14.1.0
- 14.0.1
- 14.0.0
- 13.2.0
- 13.1.0
- 13.0.0
- 12.1.0
- 12.0.0
- 11.0.0
- 10.0.0
- 8.0.0
- 7.0.0
- 6.0.0
- 5.0.0
- 4.0.0
- 3.0.0
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-08-30 19:34:56 UTC
README
一个库,用于指定两个系统之间传输的单个信息的传输对象。
安装
此库通过composer安装,并通过其自动加载器自动加载此库的所有类。
- 从他们的网站下载
composer.phar
。 - 然后运行以下命令将此库作为依赖项安装
php composer.phar install php-extended/php-information-interface ^18
基本用法
此库是一个仅提供接口的库。
对于具体实现,请参阅php-extended/php-information
。
InformationDataInterface
InformationDataInterface
是可以传输的最基本数据。
它表示一个对象可以拥有的简单信息。
InformationRelationInterface
InformationRelationInterface
是可以传输的最基本关系。
它表示两个对象之间的简单链接。
InformationTripleInterface
InformationTripleInterface
用于语义网信息。它由三个字段组成,即三元组(或元组)的主题、谓词和对象。
它可以表示特定对象的信息、两个对象之间的关系或参考列表。
InformationMultiInterface
InformationMultiInterface
是一个复杂的信息,可以一次携带多个数据和关系信息。
它表示一个充满自身信息的完整对象。
InformationVisitorInterface
InformationVisitorInterface
是唯一可以与所有其他信息接口交互的对象。
它代表一个分发器,将处理每个可用的信息接口的特定路径。
许可协议
MIT (见许可文件).