gridsby / virtuoso-tools
Toolset which eases access to Virtuoso's hidden gems
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/gridsby/virtuoso-tools
Requires
- php: ~5.4
- ext-pdo_odbc: *
- symfony/console: ~2.3
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2025-10-06 19:13:07 UTC
README
This package is for you if you need to administer the server, bulk-load large amounts of data, etc., but you don't want to mess with Virtuoso/PL syntax.
This package is not for you if you just need to store and retrieve data from triplestore. Virtuoso is SPARQL-compliant and you can use EasyRDF or any other client.
Requirements
- PHP 5.4+
- PDO-ODBC extension
Installation
The recommended way to install virtuoso-tools is through composer. Just create a composer.json
file and
run the php composer.phar install
command to install it:
{
"require": {
"gridsby/virtuoso-tools": "dev-master"
}
}
Usage
Type ./vendor/bin/virtuoso-import list
to get list of supported commands.
Documentation on usage of tools and programmatic usage of library is coming soon.
License
virtuoso-tools is licensed under the MIT license.