PHPackages                             georggrossberger/falclean - 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. georggrossberger/falclean

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

georggrossberger/falclean
=========================

Remove unreferenced files from uploads and fileadmin

11023[1 issues](https://github.com/garfieldius/typo3.fal_clean/issues)PHP

Since Jun 22Pushed 7y ago4 watchersCompare

[ Source](https://github.com/garfieldius/typo3.fal_clean)[ Packagist](https://packagist.org/packages/georggrossberger/falclean)[ RSS](/packages/georggrossberger-falclean/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FAL Cleanup
===========

[](#fal-cleanup)

This is a TYPO3 CMS extension that provides a CLI command for removing all unused files from the *fileadmin* and *uploads* directory using the reference table `sys_file_reference` of FAL.

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

[](#installation)

Add it into the `typo3conf/ext` folder.

via git

```
git clone https://github.com/trenker/typo3.fal_clean.git typo3conf/ext/fal_clean
```

or via composer

```
composer require georggrossberger/falclean
```

Using the composer method will, of course, require an installation using the [composer integration](http://composer.typo3.org) of TYPO3.

In both cases, go to the extension manager module and install it.

There is currently no TER release.

Usage
-----

[](#usage)

The extension offers two CLI extbase commands: `simulate` and `execute`. The first will list which records and files will be deleted. The second one acutally deletes them.

```
# Show unused files and records
php typo3/cli_dispatch.phpsh extbase falclean:simulate

# Remove the files
php typo3/cli_dispatch.phpsh extbase falclean:execute
```

Make sure your FAL relations are properly set up, or it will delete more than desired.

License
-------

[](#license)

[The MIT License (MIT)](http://opensource.org/licenses/MIT)

Copyright (c) 2015 Georg Großberger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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://avatars.githubusercontent.com/u/705480?v=4)[garfieldius](/maintainers/garfieldius)[@garfieldius](https://github.com/garfieldius)

---

Top Contributors

[![garfieldius](https://avatars.githubusercontent.com/u/705480?v=4)](https://github.com/garfieldius "garfieldius (2 commits)")[![kaystrobach](https://avatars.githubusercontent.com/u/1185776?v=4)](https://github.com/kaystrobach "kaystrobach (1 commits)")

### Embed Badge

![Health badge](/badges/georggrossberger-falclean/health.svg)

```
[![Health](https://phpackages.com/badges/georggrossberger-falclean/health.svg)](https://phpackages.com/packages/georggrossberger-falclean)
```

###  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)
