tomzx / graphp-rdf
RDF for graphp/graphp.
dev-master / 0.1.x-dev
2017-01-29 01:48 UTC
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: 2024-10-10 07:24:26 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.