mate-code / resource
用于表示各种数据文件的实体
1.0.2
2018-07-27 07:26 UTC
Requires
- php: >=5.5
Requires (Dev)
- mikey179/vfsstream: ~1
- phpunit/phpunit: 5.0.*
- sabas/edifact: 0.0.*
This package is not auto-updated.
Last update: 2024-09-29 05:21:14 UTC
README
简介
Resource 对象的意义在于始终以相同的方式处理任意数据。这意味着,在 XML 文档中查询的值与在数组或 JSON 中查询的值的方式相同。这一原则也适用于数据记录中的不同类型。因此,可以递归地通过路径查询值,尽管该路径首先通过对象指向一个多维数组等。
Wiki
http://192.168.100.227:3000/projects/modo-lib/wiki/Resource
Composer
#!json
{
"require": {
"modolib/resource": "1.2.*"
},
"repositories": [
{
"type": "vcs",
"url": "git@bitbucket.org:modotex/resource.git"
}
]
}
作者
- Marius Teller - marius.teller@modotex.com