Download the PHP package opensoft/storage-bundle without Composer

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

Opensoft Storage Bundle

Build Status Scrutinizer Code Quality

Rationale

Many solutions for file storage already exist within the Symfony Bundle ecosystem, yet we found them all lacking some combination of requirements that we would need for our use cases. As part of our core business, we store and process many different kinds of files for customers involved in printing. Due to this requirement, we needed a system that accomplished the following considerations:

  1. A solid abstration layer for writing files to storage locations. Those storage locations should be either local or cloud based.
  2. Database level tracking for all our files. We should be able to easily query how many, what type, their sizes, which storage location they were stored in.
  3. Strong FK relationships between normal database objects and these stored files. This allows us to know exact how each file is linked to other relationships in the database, allowing for cascade related behaviors associated with those files. It also helps us prevent orphaned storage files that aren't linked properly to anything.
  4. A storage file write, deletion and movement policy between different storage locations over time.
  5. A "permanent url" concept that can resolve URL's to the stored files, no matter which storage system they exist on.

To accomplish this goal, we've designed the OpensoftStorageBundle to handle these use cases for us. It combines tools from knplabs/gaufrette, Doctrine entites for Storages, StorageFiles, and StoragePolicies, some administrative screens to create, update, review, and look at stored files, and some doctrine listeners

Your application then has access to a storage_manager service which handles most of these use cases for storing new files into the storage engine.

Documentation

Documentation for the bundle can be found in Resources/doc

License

This bundle is licensed under the permissive MIT license. We welcome pull requests to improve it!


All versions of storage-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-fileinfo Version ^1.0
doctrine/orm Version ^2.5
guzzlehttp/psr7 Version ^1.4.1
knplabs/knp-paginator-bundle Version ^2.5
league/flysystem Version ^1.0
league/flysystem-aws-s3-v3 Version ^1.0
lexik/form-filter-bundle Version ^5.0
psr/http-message Version ^1.0
symfony/asset Version ^3.0|^4.0
symfony/form Version ^3.0|^4.0
symfony/framework-bundle Version ^3.0|^4.0
symfony/security Version ^3.0|^4.0
symfony/validator Version ^3.0|^4.0
symfony/var-dumper Version ^3.0|^4.0
twig/twig Version ^1.25|^2.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 opensoft/storage-bundle contains the following files

Loading the files please wait ....