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 2d 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 52% 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

3746d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4252628?v=4)[Kevin Hoogerwerf](/maintainers/Raz0rwire)[@Raz0rwire](https://github.com/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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M38](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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