PHPackages                             ligne/file-move - 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. ligne/file-move

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

ligne/file-move
===============

Simple file move

1.1(6y ago)3181MITPHPPHP &gt;=7.1

Since Nov 27Pushed 6y agoCompare

[ Source](https://github.com/itsalb3rt/file-move)[ Packagist](https://packagist.org/packages/ligne/file-move)[ Docs](https://github.com/itsalb3rt/file-move)[ RSS](/packages/ligne-file-move/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

FileMove
========

[](#filemove)

A simple class to move file most easy.

Use
---

[](#use)

```
$ composer require ligne/file-move
```

```
use Ligne\FileMove;

$file = new FileMove("myfile","files/"); //The final slash is required
$file->save();
```

**Easy!** 🎉

Other methods
-------------

[](#other-methods)

```
$file->setFileName();
/**
* The mime type of the file, if the browser provided this information.
* An example would be "image/gif".
* This mime type is however not checked on the PHP side and therefore don't take its value for granted.
 */
$file->getFileType();
$file->debugData();
$file->getDirToSave();
$file->getExtension();
$file->getExtensionFromName();
$file->getFileName();
$file->getInputFileName();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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 ~0 days

Total

2

Last Release

2361d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65c39423671092943b26551332058b25a86132fccb9506be9798db2a0d72353b?d=identicon)[ligne](/maintainers/ligne)

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

---

Top Contributors

[![itsalb3rt](https://avatars.githubusercontent.com/u/35310226?v=4)](https://github.com/itsalb3rt "itsalb3rt (12 commits)")

---

Tags

fileslignephpfilemove

### Embed Badge

![Health badge](/badges/ligne-file-move/health.svg)

```
[![Health](https://phpackages.com/badges/ligne-file-move/health.svg)](https://phpackages.com/packages/ligne-file-move)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

72528.6M91](/packages/knplabs-knp-gaufrette-bundle)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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