Skip to content

ansinlee/galaxy-fds-sdk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

文件存储(FDS)PHP SDK使用介绍

运行测试程序,如果测试程序运行成功,则说明环境配置正确:
php ./examples/galaxy-fds.php (注意: 需要在样例中设置正确的App Key和Secret)
将sdk源码放在自己的项目目录中,在自已的项目中require bootstrap.php:
require($path_to_sdk . '/bootstrap.php')

FDS PHP SDK User Guide

Run the example, if the example runs successfully, the environment is OK:
php ./examples/galaxy-fds.php (Note: Users need to configure correct App Key and Secret)
Put the sdk source under your project, and require the file 'bootstrap.php':
require($path_to_sdk . '/bootstrap.php')

About

PHP SDK for Xiaomi File Data Storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%