A minimal PhotoBackup API endpoint developed in PHP.
-
Easy to run. Minimal configuration and the widest possible server compatibility make this PhotoBackup implementation a great starting point!
-
Easy to review. All the code is extensively described through PSR-5 DocComments and should be easy to read along.
-
Download the latest release from GitHub:
-
Open
index.php
and change the value of$Password
to the password you want to use for PhotoBackup. -
Upload
index.php
and thephotos
folder to your web host. -
Configure the server address in your PhotoBackup client to match the URL for your
index.php
-file. E.g.http://example.com/photobackup/index.php
.
The PhotoBackup PHP server is licensed under the OSI version of the MIT license. It lets you do anything with the code as long as proper attribution is given. Please see LICENSE.