PHPackages                             damianz5/simple-file-server - 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. damianz5/simple-file-server

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

damianz5/simple-file-server
===========================

Simple file server with file upload using API.

0.2.0(4y ago)016MITPHPPHP &gt;=8.0

Since May 8Pushed 4y agoCompare

[ Source](https://github.com/damianz5/simple_file_server)[ Packagist](https://packagist.org/packages/damianz5/simple-file-server)[ RSS](/packages/damianz5-simple-file-server/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (14)Versions (3)Used By (0)

Simple file server
==================

[](#simple-file-server)

[![Build status on Linux](https://camo.githubusercontent.com/2be4cbeb90e35d15884c02bbbe050e76de756e496bedf473e4853d00bf97be30/68747470733a2f2f7472617669732d63692e6f72672f64616d69616e7a352f73696d706c655f66696c655f7365727665722e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/damianz5/simple_file_server)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c607bad37454d589997286009d22ab12c5dd22a295446ac9d28e227600fe809f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64616d69616e7a352f73696d706c655f66696c655f7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/damianz5/simple_file_server/?branch=master)

[![Code Coverage](https://camo.githubusercontent.com/9fd7291d972f811747b572556d42678e17fb00b207e8dec64f3f8cee93d0c6f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64616d69616e7a352f73696d706c655f66696c655f7365727665722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/damianz5/simple_file_server/?branch=master)

[![StyleCi.io](https://camo.githubusercontent.com/f23e3b34c5f9cfe8977be28ebbc1d4be746c69081b76647a49fe194cb12e7da1/68747470733a2f2f7374796c6563692e696f2f7265706f732f37383033353432372f736869656c643f7374796c653d706c6173746963266272616e63683d6d6173746572)](https://styleci.io/repos/78035427)

[![Latest Stable Version](https://camo.githubusercontent.com/b37dc9646b0c408efe3726db0ae7f960b41e5053764434c1494ca728b1cbb205/68747470733a2f2f706f7365722e707567782e6f72672f64616d69616e7a352f73696d706c652d66696c652d7365727665722f762f737461626c652e706e67)](https://packagist.org/packages/damianz5/simple-file-server)

[![SensioLabsInsight](https://camo.githubusercontent.com/5d5a73987aebae18ebc7f6268cb9f5400503c4ccc3277c684f32f3a6dbebb30d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38646666353937612d333639662d346563382d386163342d3738376635666562336630352f6269672e706e67)](https://insight.sensiolabs.com/projects/8dff597a-369f-4ec8-8ac4-787f5feb3f05)

Installation
------------

[](#installation)

```
composer create-project damianz5/simple-file-server

```

---

Test run
--------

[](#test-run)

```
symfony server:start --port 8083 --no-tls

```

simple vanilla php client:

```
php example/simpleClient.php

```

should return (container name will be different)

```
response: {"status":"ok","collection_name":"5985f402600fd3d864de043a44f31b5f","files":["data\/container-5985f402600fd3d864de043a44f31b5f\/9cf3a175-test1.png"]}

```

Buzz Client (requires `kriswallsmith/buzz`): in progress

---

add new files to new collection:

```
curl -H 'AUTHKEY:supersecretcode1@' \
-F "image=@screenshot.png" -F "xx=@content.html" \
http://127.0.0.1:8083/api/upload

```

---

add new files to existing collection:

```
curl -H 'AUTHKEY:supersecretcode1@' \
-F "image=@screenshot.png" -F "xx=@content.html" \
http://127.0.0.1:8083/api/upload/ddf59d090e70094429414935c5ea53a1

```

---

list files:

```
curl -H 'AUTHKEY:supersecretcode1@' \
http://127.0.0.1:8083/api/list/ddf59d090e70094429414935c5ea53a1

```

using

```
http GET http://127.0.0.1:8083/api/list/beefbeefbeefbeefbeefbeefbeefbeef AUTHKEY:supersecretcode1@

```

IMPORTANT
---------

[](#important)

- change credentials keys in `app/config/parameters.yml`
- check `upload_max_filesize` and `post_max_size` in your `php.ini`

TODO
----

[](#todo)

- add `more` tests
- invalid uploaded files should return more information

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Every ~1622 days

Total

2

Last Release

1667d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.6

0.2.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/42be17107b6cde24c6f4725bdc49ab77dcb4ac8d37464d7b932e779f6aebbdf1?d=identicon)[damianz5](/maintainers/damianz5)

---

Top Contributors

[![damianz5](https://avatars.githubusercontent.com/u/3495796?v=4)](https://github.com/damianz5 "damianz5 (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/damianz5-simple-file-server/health.svg)

```
[![Health](https://phpackages.com/badges/damianz5-simple-file-server/health.svg)](https://phpackages.com/packages/damianz5-simple-file-server)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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