Download the PHP package nilportugues/schema-org without Composer
On this page you can find all versions of the php package nilportugues/schema-org. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nilportugues/schema-org
More information about nilportugues/schema-org
Files in nilportugues/schema-org
Package schema-org
Short Description Schema.org mapping for JSON-LD generation
License MIT
Homepage http://nilportugues.com
Informations about the package schema-org
Schema.org Mapping
A fluent interface to create mappings using Schema.org for Microdata and JSON-LD, supporting Schema.org v2.2 (latest).
Installation
Use Composer to install the package:
Usage
All you need to do is call the SchemaOrg::schemas()
method and a fluent interface will be at your disposal.
Having a fluent interface makes it really easy to use as no previous knowledge of the Schemas is required. Considering how complex are the provided schemas by Schema.org this is really a relieve!
The interface will guide you to sub-schemas or down to property level.
Why?
Schema.org vocabularies cover entities, relationships between entities and actions, and can easily be extended through a well-documented extension model.
Over 10 million sites use Schema.org to markup their web pages and email messages, including Google, Microsoft, Pinterest, Yandex and others.
Contribute
Contributions to the package are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at the package's Git repository.
Support
Get in touch with me using one of the following means:
- Emailing me at [email protected]
- Opening an Issue
Authors
License
The code base is licensed under the MIT license.