dept-eduk / json-ld-schema-generator
此包的最新版本(2.0.0)没有可用的许可证信息。
2.0.0
2019-10-31 10:09 UTC
This package is not auto-updated.
Last update: 2024-09-28 08:14:45 UTC
README
从数据生成有效的JSON-LD模式
用法
echo new EventSchema([
'name' => 'Birthday Party',
'startDate' => '2018-09-09',
'location' => new PlaceSchema([
'name' => 'Pizza Hut',
'address' => new PostalAddressSchema([
'postalCode' => 'SY2 8RU',
])
])
]);