madbob / sparqler
SPARQL object-relational mapping
0.0.4
2022-08-17 13:54 UTC
Requires
- easyrdf/easyrdf: ^1.0
- madbob/easyrdf-on-guzzle: ^0.4.0
- madbob/lov-api: ^0.1.0
- psr/log: ^1.0|^2.0|^3.0
- psr/simple-cache: ^1.0|^2.0|^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-18 14:49:33 UTC
README
A SPARQL ORM built on EasyRDF.
Sparqler is a PHP "Object Relational Mapping" to query SPARQL endpoints with an object-oriented interface. It is built on top of EasyRDF, the most popular RDF PHP library around, and uses (mostly) the same classes.
For full documentation and examples, look at https://sparqler.madbob.org/
Install
composer require madbob/sparqler