SMRTR ProgrammingSep 2, 2026Daily.dev

JsonLD: JSON-LD processor for PHP

SMRTR summary

JsonLD is a fully conforming JSON-LD processor built in PHP that passes the official JSON-LD test suite. It supports framing, deep-filtering, aggressive re-embedding, and named graphs, plus an experimental object-oriented interface. Install it via Composer or download from GitHub. PHP 5.3 or later is required.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingMar 29, 2026

ScriptLite: An ECMAScript (ES5

ScriptLite is a sandboxed ECMAScript interpreter written in PHP that allows developers to safely embed user-provided JavaScript code for data processing, formulas, and...