Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.43 KB

File metadata and controls

34 lines (25 loc) · 1.43 KB

Build Status Scrutinizer Code Quality

Introduction

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

Deployment

See the deployment repository for more information on how to deploy in production environments.

Releases

See RELEASE.md.

Development

See HACKING.md.

Contributing

You can send a pull request, ideally after first discussing a new feature or fix. Please make sure there is an accompanying unit test for your feature or fix. I know the current test coverage is not perfect, but trying to improve :)

See HACKING.md for more information.

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.