schema-implementation - Implement Schema.org Types in PHP Library
Step-by-step procedure for implementing schema.org types including class creation and testing
Tags
Updated: 2026-03-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read schema specifications
- check dependencies
- create schema class
- create enum types
- write unit tests
- run code style fixer
- run unit tests
- run static analysis
Inputs
- schema.org spec URL
- Google Rich Results docs URL
- existing PHP codebase
Outputs
- schema class file
- enum class file
- unit test file
- sample JSON file
Requirements
- PHP 8.3
- composer dependencies
