webnuvola/laravel-json-ld

Laravel wrapper for torann/json-ld

Installs: 9 658

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 2

pkg:composer/webnuvola/laravel-json-ld

v2.1.0 2024-03-06 17:44 UTC

This package is auto-updated.

Last update: 2025-10-06 21:05:49 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

This package allows you to use the torann/json-ld package with Laravel.

Installation

You can install the package via composer:

composer require webnuvola/laravel-json-ld

Usage

Create a new json-ld entry

jsonld(string $context, array $data = [])

See torann/json-ld documentation

Output json-ld data to your view

{{ jsonld() }}

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.