https://github.com/dachcom-digital/pimcore-schema
JSON-LD structured Data Snippet Generator
https://github.com/dachcom-digital/pimcore-schema
json-ld pimcore schema-org
Last synced: 11 months ago
JSON representation
JSON-LD structured Data Snippet Generator
- Host: GitHub
- URL: https://github.com/dachcom-digital/pimcore-schema
- Owner: dachcom-digital
- License: other
- Created: 2019-10-01T10:52:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T10:57:52.000Z (over 1 year ago)
- Last Synced: 2025-06-12T05:16:57.347Z (12 months ago)
- Topics: json-ld, pimcore, schema-org
- Language: PHP
- Homepage:
- Size: 115 KB
- Stars: 10
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pimcore Schema Bundle
[](LICENSE.md)
[](LICENSE.md)
[](https://packagist.org/packages/dachcom-digital/schema)
[](https://github.com/dachcom-digital/pimcore-schema/actions?query=workflow%3ACodeception+branch%3Amaster)
[](https://github.com/dachcom-digital/pimcore-schema/actions?query=workflow%3A"PHP+Stan"+branch%3Amaster)
Schema.org type builder and ld+json generator for pimcore.
This bundle requires the `spatie/schema-org` package.
### Release Plan
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---------|----------------------------|----------------------------|--------------|----------------|--------|
| **3x** | `11.0` | `6.2` | 30.08.2023 | Feature Branch | master |
| **2.x** | `10.1` - `10.6` | `5.4` | 14.10.2021 | Bugfixes | 2.x |
| **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 01.10.2019 | Unsupported | 1.x |
## Installation
```json
"require" : {
"dachcom-digital/schema" : "~3.1.0",
}
```
Add Bundle to `bundles.php`:
```php
return [
SchemaBundle\SchemaBundle::class => ['all' => true],
];
```
- Execute: `$ bin/console pimcore:bundle:install SchemaBundle`
## Upgrading
- Execute: `$ bin/console doctrine:migrations:migrate --prefix 'SchemaBundle\Migrations'`
## Output

> [!NOTE]
> Test your output on https://search.google.com/structured-data/testing-tool
## Further Information
- [Usage](docs/00_Usage.md)
- [Use it with SEO Bundle](docs/01_SeoBundleUsage.md) (Recommended)
- [Use it in Standalone Mode](docs/02_StandaloneUsage.md)
## Upgrade Info
Before updating, please [check our upgrade notes!](UPGRADE.md)
## License
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit [LICENSE.md](LICENSE.md)