Libraries tagged by structural data
mediawiki/semantic-media-wiki
392099 Downloads
An extension to MediaWiki that lets you store and query structured data within wiki pages
helgesverre/toon
278201 Downloads
Token-Oriented Object Notation - A compact data format for reducing token consumption when sending structured data to LLMs
php-ds/ext-ds
10805 Downloads
An extension providing efficient internal data structures as an alternative to arrays
igbinary/igbinary
12470 Downloads
Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
diff/diff
1705717 Downloads
Small standalone library for representing differences between data structures, computing such differences, and applying them as patches
bennett-treptow/laravel-migration-generator
952581 Downloads
Generate migrations from existing database structures
outeredge/magento-structured-data-module
155545 Downloads
Magento Structured Data Module by outer/edge
brick/structured-data
223391 Downloads
Microdata, RDFa Lite & JSON-LD structured data reader
torann/json-ld
654545 Downloads
Extremely simple JSON-LD markup generator.
sbsaga/toon
77199 Downloads
🧠TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts & LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).
brotkrueml/schema
702916 Downloads
Embedding schema.org vocabulary - API and view helpers for schema.org markup
brick/schema
98085 Downloads
Schema.org library for PHP
seboettg/collection
1469706 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
loophp/phptree
1783583 Downloads
An implementation of tree data structure
doganoo/php-algorithms
6653 Downloads
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell