Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cundd/stairtower
JSON database server written in PHP
https://github.com/cundd/stairtower
database-server json php
Last synced: 3 months ago
JSON representation
JSON database server written in PHP
- Host: GitHub
- URL: https://github.com/cundd/stairtower
- Owner: cundd
- License: mit
- Created: 2014-09-08T14:01:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T11:40:58.000Z (over 7 years ago)
- Last Synced: 2024-04-13T16:00:18.987Z (10 months ago)
- Topics: database-server, json, php
- Language: PHP
- Homepage: http://stairtower.cundd.net
- Size: 10.6 MB
- Stars: 49
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stairtower
==========Stairtower is a (experimental) database server for schema-free, JSON documents, that provides a restful API and is entirely written in PHP.
[![Build Status](https://travis-ci.org/cundd/stairtower.svg?branch=master)](https://travis-ci.org/cundd/stairtower)
The software is in ~~alpha state~~ an early alpha state and not ready for production. The biggest parts of the API are defined and major parts are covered by unit tests. Nevertheless there is much to improve.
For more information see [stairtower.cundd.net](http://stairtower.cundd.net)
License
-------The MIT License (MIT)
Copyright (c) 2017 Daniel Corn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.