Download the PHP package dartdigital/dart-flysystem-provider without Composer

On this page you can find all versions of the php package dartdigital/dart-flysystem-provider. 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 dart-flysystem-provider

Dart Flysystem Provider

A Craft CMS plugin that provides a flexible file storage system per environment. It allows you to use different storage solutions depending on the environment, such as local file storage during development and Amazon S3 in production. Additionally, any Flysystem adapter can be integrated directly into Craft CMS without requiring further configuration. This ensures seamless adaptability to a variety of storage solutions, making it easy to tailor the setup to specific project needs or infrastructure requirements. The plugin streamlines the process of managing file storage across environments, enhancing workflow efficiency and scalability.

Features

Available Adapters

Adapter supported clear cache
Cloudflare - R2 ❌ (planned)
Cloudflare - Stream ❌ (planned) -
AWS S3 ❌ (planned)
DigitalOcean Spaces ❌ (planned)
FTP ❌ (planned)
Google Cloud Storage ❌ (planned)
All Flysystem Adapters -

Installation

Install:

composer require dartdigital/dart-flysystem-provider

Config

Add the configuration file dart-flysystem-provider.php to the config folder.

This configuration file defines the storage adapter for the Craft Storage Provider plugin. It supports multiple environments, allowing for flexible storage solutions such as using local storage in development and Amazon S3 in production.

The names of the adapterConfigs can be freely chosen. They only need to be selected in the Craft CMS backend.

craft-storage-provider.php

.env

Craft CMS - Setup

Plugin Development

Prerequisites

Setup

Follow these steps to set up the local development environment:

Open: http://localhost

Minio (S3) Setup

Go to: http://localhost:9001/login Username: admin Password: minio-admin

Testing Plugin Changes

Make changes to the code in the src directory. Run the following command to reflect the changes in the CMS:

Support

If you have any questions or encounter issues, please open an Issue in this repository! 🎉


All versions of dart-flysystem-provider with dependencies

PHP Build Version
Package Version
Requires ext-bcmath Version *
ext-intl Version *
ext-zip Version *
craftcms/cms Version ^5.3.0
craftcms/flysystem Version ^2.0
league/flysystem Version ^3.0
league/flysystem-aws-s3-v3 Version ^3.0.0
league/flysystem-ftp Version ^3.0.0
league/flysystem-google-cloud-storage Version ^3
monolog/monolog Version ^3.8
phpstan/phpstan Version ^2.0
symfony/dotenv Version ^7.2
symfony/phpunit-bridge Version ^7.2
symfony/http-client Version ^v6.4.0
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 dartdigital/dart-flysystem-provider contains the following files

Loading the files please wait ....