8000 GitHub - avtehnik/cloudapp-php-api: Cloudapp php api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

avtehnik/cloudapp-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudapp php api

Overview

This is simple php api written for file storage service http://cloudapp.com

Basic usage

$app = new Cloudapp('username', 'password'); // make     new object with username and password

$app->getViewAccountDetails(); // get account details
$app->getAccountStats(); // get account stats 
$app->uploadFile('testuploadfile1.jpg') // upload file  

For more details about functions please follow https://github.com/cloudapp/api/blob/master/README.md

ps. not all functions are implemented in this api

About

Cloudapp php api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0