With DropLib you get a fast and easy to use PHP DropBox API Library. Unlike other implementations out there, this class does not rely on PHPs OAuth extension which is not available at most hosting services, to authorize its API calls but uses a lightweight pure PHP class.
It allows you to up- and download, copy, move, rename and delete files, create new DropBox accounts, to display thumbnails of images and retrieve varius directory and account informations.
If you want a detailed overview of what is possible with the DropBox API , then have a look at “DropBox for Developers”.
Also you can read the full DropLib documentation.
Requirements:
- PHP 5 .3 or above
- cURL PHP extension
Updates
Version 2.1.0 (10/28/2011)- New: Full support of DropBox API version 1
- New: New functions: revisions(), restore(), search(), share(), media()
- Change: Dropped support for deprecated API version 0
- Change: Dropped deprecated functions: authorize() and creatAccount()
- Bugfix: Root directory gets set correctly when set on instantiation
- Change: Removed size parameter validation in function thumbnail()
- Bugfix: Function thumbnail() now returns correct base64 encoded data
- New: Complete code rewrite with architectural, maintainability and perfomance improvements.
- New: Full oAuth workflow support.
- Change: Some functions calls are not compatible to old ones. (Sorry for this one!)
- Bugfix: Handle file and folder names with spaces correctly.
- Bugfix: Various other minor bugfixes.
- Bugfix: The download function works correctly, again.





123 Purchases
38 Comments