Jasonzyt 提交新资源:
PHPBackupAPI - PHP远程备份API - RT,一个通用的备份API源码
阅读关于此资源更多信息...
PHPBackupAPI - PHP远程备份API - RT,一个通用的备份API源码
[MD]
# BackupAPI
## Requirement
- PHP v7.4+
- Web server(Such as Apache, Nginx)
## Config
> [`config.php`](config.php):
> Config file
Before using, please edit this file.
There are some default values, you can change them.
But you must change `$accessKey`, it is a key to access the API.
## APIs
### Create
> [`create.php`](create.php):
> Create a new backup
- Request: `GET/POST`
- Arguments
- `<key: string>`: Access key
- `[info: string(JSON object)]`: The basic information of...[/MD]
阅读关于此资源更多信息...