PHPackages                             tamtamchik/composer-transfer - 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. [CLI &amp; Console](/categories/cli)
4. /
5. tamtamchik/composer-transfer

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

tamtamchik/composer-transfer
============================

Easy and fast file sharing from the command-line brought to Composer community.

1.2.0(9y ago)833MITShell

Since Jul 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tamtamchik/composer-transfer)[ Packagist](https://packagist.org/packages/tamtamchik/composer-transfer)[ RSS](/packages/tamtamchik-composer-transfer/feed)WikiDiscussions master Synced 4w ago

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

composer-transfer
=================

[](#composer-transfer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8bf0982716377a06b57401925b0d0a877773cfd88d2b07566819a6b80c57b289/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616d74616d6368696b2f636f6d706f7365722d7472616e736665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tamtamchik/composer-transfer)[![Total Downloads](https://camo.githubusercontent.com/1254ee6ad19d10cd379979bcba6c6b14035b8fa990dec3a2434d94f8cfdecce3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74616d74616d6368696b2f636f6d706f7365722d7472616e736665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tamtamchik/composer-transfer/stats)[![Build Status](https://camo.githubusercontent.com/bd7d1ff032f181cf3f381957eb4ecf71a850c078dc245b1ab9e1c343ba33846a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74616d74616d6368696b2f636f6d706f7365722d7472616e736665722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/tamtamchik/composer-transfer)[![Software License](https://camo.githubusercontent.com/3873690d4478ecfd0b2efb693e3a8661c68469165900f37ae9200710eea07ab0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f74616d74616d6368696b2f636f6d706f7365722d7472616e736665722e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Easy and fast file sharing from the command-line brought to Composer community. Based on

Features:

- Made for use with shell
- Share files with an URL
- Upload up to 10 GB
- Files stored for 14 days
- Encrypt your files
- Preview your files in the browser
- For free

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

[](#installation)

Install package globally:

```
$ composer global require tamtamchik/composer-transfer

```

**Note!** Make sure to place the `~/.composer/vendor/bin` directory (or the equivalent directory for your OS) in your PATH so the `transfer` executable can be located by your system. Simply add this directory to your PATH in your `~/.bashrc` (or `~/.bash_profile`) like this:

```
$ echo "export PATH=~/.composer/vendor/bin:$PATH" >> ~/.bashrc
$ source ~/.bashrc

```

Usage
-----

[](#usage)

Now uploading your file to the web is as easy as running `transfer` command:

```
$ transfer file.txt
######################################################################## 100.0%
https://transfer.sh/XXXXX/file.txt

```

Or using it with a pipe (real life example):

```
$ cat /var/log/nginx/access.log | cut -d ' ' -f 1 | logtop | transfer access-statistics.txt
######################################################################## 100.0%
https://transfer.sh/XXXXX/access-statistics.txt

```

Or for folders (require `zip` on server):

```
$ transfer /tmp/some-folder
######################################################################## 100.0%
https://transfer.sh/XXXXX/some-folder.zip

```

Creators
--------

[](#creators)

##### Original service:

[](#original-service)

- [Remco Verhoef](https://github.com/nl5887)
- Uvis Grinfelds
- [All Contributors](https://github.com/dutchcoders/transfer.sh/graphs/contributors)

##### Composer package:

[](#composer-package)

- [Yuri Tkachenko](https://github.com/tamtamchik)
- [All Contributors](../../contributors)

TODO
----

[](#todo)

- Create PHP Class for uploading files to .

Copyright and license
---------------------

[](#copyright-and-license)

Original  code and documentation copyright 2011-2016 Remco Verhoef.

Code released under [the MIT license](LICENSE).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

3

Last Release

3646d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/265510?v=4)[Yuri Tkachenko](/maintainers/tamtamchik)[@tamtamchik](https://github.com/tamtamchik)

---

Top Contributors

[![tamtamchik](https://avatars.githubusercontent.com/u/265510?v=4)](https://github.com/tamtamchik "tamtamchik (30 commits)")

### Embed Badge

![Health badge](/badges/tamtamchik-composer-transfer/health.svg)

```
[![Health](https://phpackages.com/badges/tamtamchik-composer-transfer/health.svg)](https://phpackages.com/packages/tamtamchik-composer-transfer)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.3k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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