PHPackages                             hans-thomas/alicia - 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. hans-thomas/alicia

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

hans-thomas/alicia
==================

it's an uploader and converter for pictures and videos

v2.0.1(3w ago)52.9k[1 issues](https://github.com/hans-thomas/alicia/issues)1MITPHPPHP ^8.2CI passing

Since Jun 14Pushed 3w ago1 watchersCompare

[ Source](https://github.com/hans-thomas/alicia)[ Packagist](https://packagist.org/packages/hans-thomas/alicia)[ RSS](/packages/hans-thomas-alicia/feed)WikiDiscussions 2.x Synced 3w ago

READMEChangelog (6)Dependencies (10)Versions (9)Used By (1)

Alicia
======

[](#alicia)

[![alicia banner](assets/alicia-banner.png)](assets/alicia-banner.png)

[![codecov](https://camo.githubusercontent.com/93ff6a54d0d7525cddf40311666b9399abb098f70d937847eb2ecba46845e610/68747470733a2f2f636f6465636f762e696f2f67682f68616e732d74686f6d61732f616c696369612f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d5831443649304a4c535a)](https://codecov.io/gh/hans-thomas/alicia)[![GitHub Workflow Status](https://camo.githubusercontent.com/234e16485a809ca049013f2fd1eea93dee0d1a7701de964750842a2f137bb5ea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616e732d74686f6d61732f616c696369612f7068702e796d6c)](https://camo.githubusercontent.com/234e16485a809ca049013f2fd1eea93dee0d1a7701de964750842a2f137bb5ea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68616e732d74686f6d61732f616c696369612f7068702e796d6c)[![GitHub top language](https://camo.githubusercontent.com/d892498d53147e5f0847b31ec1e7695de166a6e86e552ef8747400e5a7a30b93/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f68616e732d74686f6d61732f616c69636961)](https://camo.githubusercontent.com/d892498d53147e5f0847b31ec1e7695de166a6e86e552ef8747400e5a7a30b93/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f746f702f68616e732d74686f6d61732f616c69636961)[![GitHub release (latest by date)](https://camo.githubusercontent.com/f2a95ed758639ccb24aa8dff7f18eaf453256606e9d7bf48ab075fcd7ded54c9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f68616e732d74686f6d61732f616c69636961)](https://camo.githubusercontent.com/f2a95ed758639ccb24aa8dff7f18eaf453256606e9d7bf48ab075fcd7ded54c9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f68616e732d74686f6d61732f616c69636961)[![StyleCi](https://camo.githubusercontent.com/0473e2f3a31cba4914a5a8b0662aa14749a154c3968034635ab88e546279fb2f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3436343435363736352f736869656c643f7374796c653d706c6173746963)](https://camo.githubusercontent.com/0473e2f3a31cba4914a5a8b0662aa14749a154c3968034635ab88e546279fb2f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3436343435363736352f736869656c643f7374796c653d706c6173746963)

It's a file uploader and manager with below features:

- Upload any file type in single or batch mode
- Store external files
- HLS support
- Collect file's details automatically
- Classification for uploaded files
- Optimization for images and videos
- Export images in different resolution

VersionLaravel[1.x](https://github.com/hans-thomas/alicia/tree/1.x)10.x[2.x](https://github.com/hans-thomas/alicia/tree/2.x)11.x, 12.xfor more information [see documentation](https://docs-alicia.vercel.app/).

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

[](#installation)

Install the package via composer

```
composer require hans-thomas/alicia
```

Then, publish config file using

```
php artisan vendor:publish --tag alicia-config
```

In the end, use `AliciaHandler` trait on your model.

```
use Hans\Alicia\Traits\AliciaHandler;
use Illuminate\Database\Eloquent\Model;

class Post extends Model {
    use AliciaHandler;

    // ...
}
```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Submit a pull request ❤️

Support
-------

[](#support)

- [Documentation](https://docs-alicia.vercel.app/)
- [Report bugs](https://github.com/hans-thomas/alicia/issues)

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance91

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.2% 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 ~154 days

Total

8

Last Release

24d ago

Major Versions

1.x-dev → v2.0.02025-02-01

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39920372?v=4)[Mohammad Mortazavi](/maintainers/hans-thomas)[@hans-thomas](https://github.com/hans-thomas)

---

Top Contributors

[![hans-thomas](https://avatars.githubusercontent.com/u/39920372?v=4)](https://github.com/hans-thomas "hans-thomas (199 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (10 commits)")

---

Tags

file-managerfile-uploaderhls-live-streamingupload-filesupload-imagesupload-videosfile managerfile-uploaderUpload filesupload imagesupload videoshls-live-streaming

### Embed Badge

![Health badge](/badges/hans-thomas-alicia/health.svg)

```
[![Health](https://phpackages.com/badges/hans-thomas-alicia/health.svg)](https://phpackages.com/packages/hans-thomas-alicia)
```

###  Alternatives

[helios-ag/fm-elfinder-bundle

ElFinder bundle, adds ElFinder file manager to your Symfony project

2805.0M31](/packages/helios-ag-fm-elfinder-bundle)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

185437.8k12](/packages/artgris-filemanager-bundle)[components/elfinder

ElFinder FileManager

541.9M1](/packages/components-elfinder)[laravel-enso/files

File management backend for Laravel Enso

1644.5k37](/packages/laravel-enso-files)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

7815.5k2](/packages/mwguerra-filemanager)[laravel-enso/documents

Documents Manager for Laravel Enso

2040.7k1](/packages/laravel-enso-documents)

PHPackages © 2026

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