I created an implementation of rest-server on PHP

Like the title says, I created a project called php-restic-server, which implements the API of restic-server on PHP. So you can use that as your backend.

Why? For cases when the only thing available in your server is PHP, and you are not allowed to run other executables. (which, sadly, is not that uncommon in some companies).

Obviously you should use the official server if possible.

Here is the link: GitHub - chris-l/php-restic-server: This is a PHP implementation of restic's REST backend API.

6 Likes

Pretty cool, for specific use cases I guess :slight_smile:

1 Like