PHPackages                             hiqdev/hifile-api - 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. hiqdev/hifile-api

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

hiqdev/hifile-api
=================

HiFile file server API

141PHP

Since May 18Pushed 4y ago2 watchersCompare

[ Source](https://github.com/hiqdev/hifile-api)[ Packagist](https://packagist.org/packages/hiqdev/hifile-api)[ RSS](/packages/hiqdev-hifile-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HiFile API
==========

[](#hifile-api)

**HiFile file server API**

[![Latest Stable Version](https://camo.githubusercontent.com/04203df48458b9dae407dff9831ad893a62bf97b13127fb603a2991ba67c4aca/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f686966696c652d6170692f762f737461626c65)](https://packagist.org/packages/hiqdev/hifile-api)[![Total Downloads](https://camo.githubusercontent.com/c11aec177388be73aee72d7ca3f466e4fdd4ce4533699b54554b73e93000e5de/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f686966696c652d6170692f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/hifile-api)[![Build Status](https://camo.githubusercontent.com/894306e80f82d6ab3bc82aa15264669ac568bea269848b8dd6abddf0d4777051/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f686966696c652d6170692e737667)](https://travis-ci.org/hiqdev/hifile-api)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/94e53e58f8ab5c3989e4cdae57671a7b2ef0020831e9c19fb04cf4d9a90003cd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f686966696c652d6170692e737667)](https://scrutinizer-ci.com/g/hiqdev/hifile-api/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f1d6fe1356b3a5adec4ab2e377c04a98ee15fba51dccf1ee216d22ec073b605e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f686966696c652d6170692e737667)](https://scrutinizer-ci.com/g/hiqdev/hifile-api/)[![Dependency Status](https://camo.githubusercontent.com/3bb81f47763d68bb79f1e8f40e53352f526332b262093b716e952f7cb10b1e6a/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a686966696c652d6170692f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:hifile-api/dev-master)

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

[](#installation)

### Initialization

[](#initialization)

Find your root project: `transmedia/file.api.screens.media` in my case.

Fetch the root project with git and install it with composer:

```
git clone git@git.hiqdev.com:transmedia/file.api.screens.media
cd file.api.screens.media
composer install
```

Setup environment variables: copy and tune `.env.example` file. There aren't many options there, check and set all of them thouroughly.

```
cp .env.example .env
vim .env
```

After changing environment variables refresh config with:

```
composer dump
```

### Docker stuff

[](#docker-stuff)

Start with docker-compose:

```
docker-compose up
```

Or enable in systemd with provided unit file: `file.api.screens.media.service`.

### Initialize DB

[](#initialize-db)

Run migrations:

```
hidev migrate/up
```

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2018, HiQDev ()

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 79.6% 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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

![](https://www.gravatar.com/avatar/99106256c24a8cb23871b99fa90e48f37f1aa71608c185759b7d2a88683a5918?d=identicon)[hiqsol](/maintainers/hiqsol)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (90 commits)")[![SilverFire](https://avatars.githubusercontent.com/u/4499203?v=4)](https://github.com/SilverFire "SilverFire (23 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/hiqdev-hifile-api/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-hifile-api/health.svg)](https://phpackages.com/packages/hiqdev-hifile-api)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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