2017 © Pedro Peláez
 

yii2-extension yii2-upload-remote-photos

Upload photos from remote host and save it on system of file (site) for the Yii2 framework

image

makklays/yii2-upload-remote-photos

Upload photos from remote host and save it on system of file (site) for the Yii2 framework

  • Thursday, December 21, 2017
  • by makklays
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

INSTALL / УСТАНОВКА

[en] Install with composer
[ru] Установка с composer

br/, (*1)

composer require makklays/yii2-upload-remote-photos

INFORMATION / ИНФОРМАЦИЯ

[en] Upload photos (jpg, png, gif) from remote host and save it on system of file (your site) for the Yii2 framework
[ru] Загрузка фотографий (jpg, png, gif) с удаленного хоста и сохранение их на Файловой системе

USE / ИСПОЛЬЗОВАНИЕ

use makklays\uploadRemotePhotos;

br/, (*2)

$remoteUrl = 'http://your_site_name/dir_with_photos';
$pathDir = Yii::$app->basePath . '/web/new_dir_with_photos';

br/, (*3)

$up = new upload-remote-photos\uploadRemotePhotos('up');
$up->upload($remoteUrl, $pathDir);

br/, (*4)

The Versions

21/12 2017

dev-master

9999999-dev

Upload photos from remote host and save it on system of file (site) for the Yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Kuziv

yii2 image photo remote upload

20/12 2017

1.0

1.0.0.0

Upload photos from remote host and save it on system of file (site) for the Yii2 framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Kuziv

yii2 image photo remote upload