Skip to content

JefferyQ/arc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARC2

Build Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License

ARC2 is a PHP 5.6+ library for working with RDF. It also provides a MySQL-based triplestore with SPARQL support.

Installation

Package available on Composer.

If you're using Composer to manage dependencies, you can use

composer require semsol/arc2:2.4.*

Requirements

PHP

5.6 7.0 7.1 7.2
✔️(1) ✔️ ✔️ ✔️

(1) It is compatible with PHP 5.3+ but old versions are no longer tested.

Database systems

5.5 5.6 5.7 8.0
MySQL ✔️ ✔️ ✔️ 💥 (1)
10.0 10.1 10.2 10.3
MariaDB ✔️ ✔️ ✔️ ✔️

(1) As long as ARC2 uses mysqli, a connection to MySQL Server 8.0 is not possible. For more information, please look here. But its planned to switch to PDO (issue)

RDF triple store

Please have a look into SPARQL-support.md to see which SPARQL 1.0/1.1 features are currently supported.

Internal information for developers

Please have a look here to find information about maintaining and extending ARC2.

About

ARC RDF Classes for PHP

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.8%
  • JavaScript 2.9%
  • Other 1.3%