PHPackages                             utarwyn/files-php-service - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. utarwyn/files-php-service

AbandonedArchivedProject[File &amp; Storage](/categories/file-storage)

utarwyn/files-php-service
=========================

Simple PHP service to manage web-based files.

v1.0.0(6y ago)28MITPHPPHP &gt;=7.1

Since Apr 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/utarwyn/files-php-service)[ Packagist](https://packagist.org/packages/utarwyn/files-php-service)[ RSS](/packages/utarwyn-files-php-service/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

FilesService
============

[](#filesservice)

#### A simple service for your web-based files.
Works with PHP 5.6+

[](#a-simple-service-for-your-web-based-filesworks-with-php-56)

 [![Publishing status](https://github.com/utarwyn/files-php-service/workflows/Build/badge.svg)](https://github.com/utarwyn/files-php-service/actions?query=workflow%3ABuild) [![Publishing status](https://github.com/utarwyn/files-php-service/workflows/Publish/badge.svg)](https://github.com/utarwyn/files-php-service/actions?query=workflow%3APublish) [![Latest Stable Version](https://camo.githubusercontent.com/466df3b63b1a4970011459bb8d2769d919d5939ae6e7aa7f4c07c30923a78dd5/68747470733a2f2f706f7365722e707567782e6f72672f7574617277796e2f66696c65732d7068702d736572766963652f762f737461626c652e737667)](https://packagist.org/packages/utarwyn/files-php-service) [![License](https://camo.githubusercontent.com/e021e2cf8b49cb16d43a027eb98df718b02d21e2257df074e98040a0ddc1601c/68747470733a2f2f706f7365722e707567782e6f72672f7574617277796e2f66696c65732d7068702d736572766963652f6c6963656e73652e737667)](https://github.com/utarwyn/files-php-service/blob/master/LICENSE)

> ⚠️ This project is deprecated and no longer maintained. We strongly advise you to use [utarwyn/storage-server](https://github.com/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
------------

[](#installation)

1. Install the service with Composer:
    `composer create-project utarwyn/files-php-service`
2. Move file `.env.example` to `.env` and configure it.
3. Use Nginx or Apache to provide an access to the `public` folder.

Use it with Docker
------------------

[](#use-it-with-docker)

1. Pull the latest image from [DockerHub](https://hub.docker.com/r/utarwyn/files-php-service):
    `docker pull utarwyn/files-php-service`
2. Create a folder to store uploaded files somewhere.
3. Create a `.env` file based on the `.env.example` in the repository.
4. 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
-------

[](#license)

FilesService is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

---

> GitHub [@utarwyn](https://github.com/utarwyn) · Twitter [@Utarwyn](https://twitter.com/Utarwyn)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e89f5f338526851769affb1bb7d93ebc3bf7e0198d2497359a5fed121b04f976?d=identicon)[Utarwyn](/maintainers/Utarwyn)

---

Top Contributors

[![utarwyn](https://avatars.githubusercontent.com/u/9255967?v=4)](https://github.com/utarwyn "utarwyn (19 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/utarwyn-files-php-service/health.svg)

```
[![Health](https://phpackages.com/badges/utarwyn-files-php-service/health.svg)](https://phpackages.com/packages/utarwyn-files-php-service)
```

###  Alternatives

[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[fof/upload

The file upload extension for the Flarum forum with insane intelligence.

188171.7k15](/packages/fof-upload)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
