tsslabs / dropbox-php
带有更新的Dropbox PHP库
1.0.0
2012-09-10 06:07 UTC
Requires
- php: >=5.3.0
Suggests
- http_oauth: >=1.1.18
- oauth: *
This package is not auto-updated.
Last update: 2024-09-14 14:51:47 UTC
README
这个PHP库允许您轻松地将dropbox集成到PHP中。
需要以下PHP扩展
- json
该库使用OAuth。目前您可以使用以下任一库
建议使用扩展,但如果您无法安装PHP扩展,则应选择pear包。
安装
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox-alpha
文档
查看文档。