Download the PHP package diossystem/file without Composer

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

File

Задачи решаемые пакетом

Основные задачи:

  1. Загрузить один файл и сохранить его без обработки или с пустыми настройками обработки.
  2. Загрузить один файл, сохранить его и создать модификации.
  3. Загрузить много файлов и отправить их на обработку.
  4. Загрузить один файл, сохранить его и создать модификации на основе стандартных правил и заданных при сохранении файла.
  5. Загрузить много файлов и сохранить их с модификациями, а модификации создавать на основе стандартных правил и заданных при загрузки файла.
  6. Загрузки много файлов и задать новые настройки обработки каждому файлу.
  7. Отправить на обработку загруженный файл и создать его модификации.
  8. Отправить на переобработку загруженный файл и пересоздать его модификации.
  9. Создать модификации по указанным правилам пересоздавая старые модификации или дополняя их.
  10. Заменить модификацию файла на загруженный (указанный) файл.
  11. Заменить модификацию файла на новый файл.
  12. Заменить модификацию файла с указанной обработкой или текущими настройками модификации, если это возможно.

Итого:

  1. Загрузка файла.
  2. Обработка файла.
  3. Повторная обработка файла или файлов.
  4. Замена файла.

  5. Загрузка файла. 1.1. Загрузка одного файла без установленного расширения 1.1.1. Загрузка файла 1.1.2. Сохранение файла 1.1.3. Сохранение информации в БД 1.2. Загрузка одного файла с расширением обработки 1.2.1. Загрузка файла 1.2.2. Сохранение файла и/или отправка файла на обработку с его перезаписью или без нее (от настроек зависит) 1.2.3. Создание модификаций файлов 1.2.4. Сохранение информации в БД 1.3. Загрузка одного файла с расширением обработки и заданием правил обработки

All versions of file with dependencies

PHP Build Version
Package Version
No informations.
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 diossystem/file contains the following files

Loading the files please wait ....