Download the PHP package misterpaladin/dropbox-v2 without Composer

On this page you can find all versions of the php package misterpaladin/dropbox-v2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dropbox-v2

Table of contents


Class: \MisterPaladin\Dropbox\App

Visibility Function
public __construct(string $accessToken) : void
Add endpoints instances
public __get(string $key) : mixed
Access to static properties

Class: \MisterPaladin\Dropbox\Endpoints\EndpointGroup (abstract)

Visibility Function
public __construct(mixed $app) : void
Create new endpoints instance
protected contentDownloadRequest(mixed $method, mixed $path, array $parameters=array()) : void
protected rcpRequest(string $method, string $path, array $parameters=array()) : mixed
Create and send request

Class: \MisterPaladin\Dropbox\Endpoints\Files

Visibility Function
public copy(array $parameters) : object
Copy a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be copied.
public createFolder(array $parameters) : object
Create a folder at a given path.
public delete(array $parameters) : object
Delete the file or folder at a given path. If the path is a folder, all its contents will be deleted too. A successful response indicates that the file or folder was deleted. The returned metadata will be the corresponding FileMetadata or FolderMetadata for the item at time of deletion, and not a DeletedMetadata object.
public download(array $parameters) : void
Download a file from a user's Dropbox.
public getMetadata(array $parameters=array()) : object
Returns the metadata for a file or folder. Note: Metadata for the root folder is unsupported.
public getTemporaryLink(array $parameters) : object
Get a temporary link to stream content of a file. This link will expire in four hours and afterwards you will get 410 Gone. Content-Type of the link is determined automatically by the file's mime type.
protected meta(object $data) : object
Make meta object

This class extends \MisterPaladin\Dropbox\Endpoints\EndpointGroup


Class: \MisterPaladin\Dropbox\Endpoints\Users

Visibility Function
public getCurrentAccount() : object
Get information about the current user's account.
public getSpaceUsage() : mixed

This class extends \MisterPaladin\Dropbox\Endpoints\EndpointGroup


Class: \MisterPaladin\Dropbox\Exceptions\DropboxAPIException

Visibility Function

This class extends \Exception

This class implements \Throwable


Class: \MisterPaladin\Dropbox\Exceptions\DropboxAppException

Visibility Function

This class extends \Exception

This class implements \Throwable


Class: \MisterPaladin\Dropbox\Types\Account

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


Class: \MisterPaladin\Dropbox\Types\DeletedMetadata

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


Class: \MisterPaladin\Dropbox\Types\DropboxType

Visibility Function
public __construct(mixed $attributes) : void

Class: \MisterPaladin\Dropbox\Types\FileMetadata

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


Class: \MisterPaladin\Dropbox\Types\FolderMetadata

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


Class: \MisterPaladin\Dropbox\Types\SpaceUsage

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


Class: \MisterPaladin\Dropbox\Types\TemporaryLink

Visibility Function

This class extends \MisterPaladin\Dropbox\Types\DropboxType


All versions of dropbox-v2 with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
guzzlehttp/guzzle Version 5.3.1
nesbot/carbon Version 1.22.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package misterpaladin/dropbox-v2 contains the following files

Loading the files please wait ....