Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julien-c/annotator-php
Annotator store built on Silex and MongoDB
https://github.com/julien-c/annotator-php
Last synced: 11 days ago
JSON representation
Annotator store built on Silex and MongoDB
- Host: GitHub
- URL: https://github.com/julien-c/annotator-php
- Owner: julien-c
- Created: 2013-01-24T14:30:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T15:32:51.000Z (over 6 years ago)
- Last Synced: 2024-11-01T23:30:34.989Z (19 days ago)
- Language: PHP
- Size: 121 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# annotator-php
See this thread on `annotator-dev`: http://lists.okfn.org/pipermail/annotator-dev/2013-January/000490.html
#### An Annotator store built on [Silex](http://silex.sensiolabs.org/) and MongoDB
Currently implements:
* the Core Storage API from https://github.com/okfn/annotator/wiki/Storage,
* the Authentication API (work-in-progress)
* but NOT the Search API
#### How to install* `composer install`
* `cp config.php.sample config.php`