Libraries tagged by Linked Data
privacy-ci/laravel
7 Downloads
Find where personal data lives in your Laravel app, classify it in policy-as-code, and fail CI when new user-linked storage has no policy.
kwijibo/trilby
1 Downloads
Feature Rich Dynamic Linked Data publishing for small datasets
portrino/px_semantic
714 Downloads
Structured Data Rendering for TYPO3. Easy Building of Linked Data API based on Hydra.
middleout/third-party-connect
159 Downloads
Module for ZF2 which allows the developer to implement Facebook. Twitter, Google and Linked in connect using their own database storage for the user.
develodesign/magento-2-module-categoryfaqextension
1144 Downloads
Displays a FAQ accordian at the bottom of the Magento Category page from a linked FAQ category, including FAQ Schema (FAQPage, Question, Answer) structured data markup for SEO. Hyvä compatible.
alex19pov31/bitrix-linked-data
12 Downloads
Runtime storage data for bitrix
saft/saft-data
2337 Downloads
Data interface for parsind and serializing RDF data for the Saft library.
sergiobelya/data-structures
1 Downloads
PHP library for data structures like Sorted Linked List
vpinti/sorted-linked-list
0 Downloads
A blazing fast, type-safe sorted linked list library for PHP. Supports automatic sorting, integer and string values, and modern PHP features.
tonix-tuft/linked-hash-map
10 Downloads
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
studio83/sorted-linked-list
0 Downloads
Type-safe sorted linked list for int or string values.
r34117y/sorted-linked-list
4 Downloads
A PHP library providing sorted linked lists for typed values.
jackie/sorted-linked-list
6 Downloads
Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.
d-skora/simple-sorted-linked-list
1 Downloads
A type-safe sorted linked list for PHP 8.2+, with stable scalar typing, custom sort order, and mutation-safe iteration.
bardoqi/circular-linked-list
3 Downloads
circular dual linked list based on php array and iterator patten.