PHPackages                             codebridge/transfersh - 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. [API Development](/categories/api)
4. /
5. codebridge/transfersh

ActiveLibrary[API Development](/categories/api)

codebridge/transfersh
=====================

Easy interaction with the transfer.sh API

1.1(10y ago)0473MITPHPPHP &gt;=5.5.0

Since Mar 3Pushed 10y ago2 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Simple transfer.sh client
=========================

[](#simple-transfersh-client)

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

[](#installation)

```
composer require codebridge/transfersh

```

Code Example
------------

[](#code-example)

```
use CodeBridge\Transfer;

$transfer_client = new Transfer();

$file_path = realpath('./whatever.ext');
$download_url = $transfer_client->send($file_path);

```

Multiple files
--------------

[](#multiple-files)

```
use CodeBridge\Transfer;

$transfer_client = new Transfer();

$file_paths = ['./whatever.ext','./whatever2.ext'];
$download_url = $transfer_client->send($file_paths,'custom_zip_name'); //Returns custom_zip_name.zip

```

More complex example (for self hosted installations)
----------------------------------------------------

[](#more-complex-example-for-self-hosted-installations)

```
use CodeBridge\Transfer;

$transfer_client = new Transfer('http', 'yourdomain.com');

$file_path = realpath('./whatever.ext');
$download_url = $transfer_client->send($file_path, 'somecustomname.ext');

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3699d ago

### Community

Maintainers

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

---

Top Contributors

[![Raz0rwire](https://avatars.githubusercontent.com/u/4252628?v=4)](https://github.com/Raz0rwire "Raz0rwire (6 commits)")

---

Tags

apiTransfer.sh

### Embed Badge

![Health badge](/badges/codebridge-transfersh/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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