Skip to content
forked from AKSW/Erfurt

PHP5 / Zend based Semantic Web API for Social Semantic Software

Notifications You must be signed in to change notification settings

larseidam/Erfurt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erfurt

Erfurt is a PHP/Zend based Semantic Web Framework for Social Semantic Software.

Build Status API Documentation

Features

  • RDF Parser/serializer
  • Storage abstraction/RDF Store
  • Versioning
  • SPARQL querying/update
  • Caching
  • Plugins/trigger
  • ...

Developer Info

Repository Conventions

We use Vincent Driessen's branching model, Tom Preston-Werner's versioning specification as well as this note on good commit messages for this repository.

In addition to that, we suggest to use git-flow to keep naming conventions. Copy the following config section in you global ~/.gitconfig or the repository wide .git/config file.

# git flow default configuration for ~/.gitconfig
[gitflow "branch"]
    master = master
    develop = develop
[gitflow "prefix"]
    feature = feature/
    release = release/
    hotfix = hotfix/
    support = support/
    versiontag = v

Code Conventions

Currently, this library is developed using OntoWiki's coding standard.

About

PHP5 / Zend based Semantic Web API for Social Semantic Software

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.8%
  • Shell 0.2%