Download the PHP package stefanfroemken/dropbox without Composer

On this page you can find all versions of the php package stefanfroemken/dropbox. 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

TYPO3 Extension dropbox

Build Status

1 What does it do?

dropbox is an Extension for TYPO3 >= 11.5.30. It extends TYPO3's FAL (File Abstraction Layer) to show files from your Dropbox Account in filelist module of TYPO3.

2 Installation

Installation using Composer

The recommended way to install the extension is using Composer.

Run the following command within your Composer based TYPO3 project:

Installation as extension from TER

Download and install dropbox with the extension manager.

Create Dropbox App

To give TYPO3 access to your Dropbox files, you need a Dropbox app. As long as this app is under development, up to 5 devices can connect to this app:

  1. GoTo: https://www.dropbox.com/developers
  2. Choose "App console" on the upper right
  3. Click the blue button "Create app"
  4. Choose the "Scoped Access"
  5. Decide, if you want your app to work within its own folder or, if you want to have full access to all of your files
  6. Give it a name
  7. Save app with "Create App"
  8. Open your newly created app
  9. On tab "settings" you will find app key
  10. Open new tab and start configuring TYPO3

Configure TYPO3

  1. Create a new file storage record on pid 0 and give it a name like "Dropbox"
  2. On Tab "Configuration" choose "Dropbox" (FlexForm reloads)
  3. Click the + icon right of the access token field to start the wizard
  4. Enter app key from your new Dropbox app
  5. Click the link to retrieve a Dropbox auth code
    1. It will open a new browser tab, where you have to allow TYPO3 to access your app
    2. After confirmation, you will see the auth code
    3. Copy auth code over to dropbox configuration wizard
  6. Click next button in wizard
  7. In background my extension calls dropbox API to get access token
  8. On success the access token will automatically in configuration record
  9. Save the configuration record
  10. On success, you will see a green panel with some useful information about your free disk space of your Dropbox account

Have fun using your dropbox files in TYPO3.

Features:

Not implemented


All versions of dropbox with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
typo3/cms-core Version ^11.5.30 || ^12.4.4
spatie/dropbox-api Version ^1.21.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 stefanfroemken/dropbox contains the following files

Loading the files please wait ....