~fkooman/php-remote-storage

remoteStorage server written in PHP
update CSS, style
mention project is unmaintained
update psalm file

clone

read-only
https://git.sr.ht/~fkooman/php-remote-storage
read/write
git@git.sr.ht:~fkooman/php-remote-storage

You can also use your local clone with git send-email.

#Introduction

This is a remoteStorage server implementation written in PHP. It aims at implementing draft-dejong-remotestorage-03.txt and later.

Development of this server was in part sponsored by 5apps.

#Status

This project is currently UNMAINTAINED!

Feel free to "fork" this repository and continue the development.

#Application Development

If you are developing remoteStorage applications, see DEVELOPMENT.md.

#Personal Server

If you want to run your own remoteStorage server, see SERVER.md.

#Hacking

If you want to contribute to the development of this remoteStorage server, see HACKING.md.

#License

Licensed under the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

https://www.gnu.org/licenses/agpl.html

This roughly means that if you use this software in your service you need to make the source code available to the users of your service (if you modify it). Refer to the license for the exact details.