Download the PHP package utarwyn/files-php-service without Composer
On this page you can find all versions of the php package utarwyn/files-php-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download utarwyn/files-php-service
More information about utarwyn/files-php-service
Files in utarwyn/files-php-service
Download utarwyn/files-php-service
More information about utarwyn/files-php-service
Files in utarwyn/files-php-service
Vendor utarwyn
Package files-php-service
Short Description Simple PHP service to manage web-based files.
License MIT
Package files-php-service
Short Description Simple PHP service to manage web-based files.
License MIT
Please rate this library. Is it a good library?
Informations about the package files-php-service
FilesService
A simple service for your web-based files.
Works with PHP 5.6+
Works with PHP 5.6+
⚠️ This project is deprecated and no longer maintained. We strongly advise you to use utarwyn/storage-server, which is lighter and more secure. We no longer provide support for this tool.
FilesService is a lightweight self-hosted service which provides an easy way to manage web-based files. It supplies a documented RESTful API and an authentication system based on OAuth2 to store files in a protected bucket.
Installation
- Install the service with Composer:\
composer create-project utarwyn/files-php-service
- Move file
.env.example
to.env
and configure it. - Use Nginx or Apache to provide an access to the
public
folder.
Use it with Docker
- Pull the latest image from DockerHub:\
docker pull utarwyn/files-php-service
- Create a folder to store uploaded files somewhere.
- Create a
.env
file based on the.env.example
in the repository. - Start the Docker container by providing their paths:\
docker run -v /home/.env:/app/.env -v /home/storage:/app/storage -p 80:8080 utarwyn/files-php-service
License
FilesService is open-sourced software licensed under the MIT license.
All versions of files-php-service with dependencies
PHP Build Version
Package Version
Requires
bramus/router Version
^1.4
vlucas/phpdotenv Version ^4.1
firebase/php-jwt Version ^5.1
ramsey/uuid Version ^4.0
ext-fileinfo Version *
ext-json Version *
php Version >=7.1
vlucas/phpdotenv Version ^4.1
firebase/php-jwt Version ^5.1
ramsey/uuid Version ^4.0
ext-fileinfo Version *
ext-json Version *
php Version >=7.1
The package utarwyn/files-php-service contains the following files
Loading the files please wait ....