tomzx / graphp-rdf
RDF for graphp/graphp.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomzx/graphp-rdf
Requires
- php: >=5.6.0
- clue/graph: ~0.8.0|~0.9.0
Requires (Dev)
- phpunit/phpunit: ^5
This package is auto-updated.
Last update: 2025-09-10 09:27:56 UTC
README
Graphp RDF
is a small library that can be used with graphp/graph
to export nodes and edges to the N-triples format.
Getting Started
- Include
tomzx/graphp-rdf
in yourcomposer.json
or usecomposer require tomzx/graphp-rdf
. - Use
\tomzx\Graphp\RDF\RDFExporter
where you would use\Fhaculty\Graph\Exporter\ExporterInterface
.
License
The code is licensed under the MIT license. See LICENSE.