aksw / erfurt
PHP/Zend based Semantic Web API for Social Semantic Software
Installs: 6 593
Dependents: 3
Suggesters: 0
Security: 0
Stars: 41
Watchers: 16
Forks: 27
Open Issues: 25
Requires
- php: >=5.4.0
- easyrdf/easyrdf: 0.9.*
- semsol/arc2: *
- zendframework/zendframework1: 1.*
Requires (Dev)
- ceus-media/common: dev-master
- ceus-media/doc-creator: dev-master
- pdepend/pdepend: 2.2.*
- phploc/phploc: 2.1.*
- phpmd/phpmd: 2.4.*
- phpunit/phpunit: 4.5.*
- sebastian/phpcpd: 2.0.*
- squizlabs/php_codesniffer: dev-master
- white-gecko/arrays: *
- zerkalica/php-code-browser: dev-master
- dev-develop
- v1.8.0
- v1.8.0-rc.1
- dev-feature/removeOutcommentedCode
- dev-feature/removeCommentedOutCode
- dev-test/virtuosoVersions
- dev-feature/cPCDataWrapper
- dev-feature/removeDeadCode
- dev-fix/IriCheck
- dev-feature/Error_Codes
- dev-master
- dev-feature/refactor-test-environment
- dev-fix/invalidationOfResourceCache
- dev-feature/LongLiteralIntegrationTest
- dev-apply_pullrequest_86_matthimatiker
- dev-feature/backend-oracle
This package is not auto-updated.
Last update: 2024-11-09 19:45:21 UTC
README
Erfurt is a PHP/Zend based Semantic Web Framework for Social Semantic Software.
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.