PHPackages                             llpddone/selectel-transmitter - 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. llpddone/selectel-transmitter

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

llpddone/selectel-transmitter
=============================

File transmitter to selectel

0.0.1(2y ago)019proprietaryPHPPHP ^8.0

Since May 27Pushed 2y agoCompare

[ Source](https://github.com/DigitalDevelopmentOne/shared-composer-selectel-transmitter)[ Packagist](https://packagist.org/packages/llpddone/selectel-transmitter)[ RSS](/packages/llpddone-selectel-transmitter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

selectel-transmitter
====================

[](#selectel-transmitter)

File transmitter to selectel (S3 object storage).

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

[](#installation)

This project using composer.

```
$ composer require llpddone/selectel-transmitter

```

Run

```
$ php artisan vendor:publish

```

Use

```
$file = $request->file('YOUR_KEY');

$outputFileName = time();
$inputExtension = $file->extension();
$inputFileName = $file->getFilename()

SelectelTransmitter::saveFile(
    inputPath: '/tmp',
    inputFileName: 'fileName',
    outputFileName: $outputFileName . '.' . $inputExtension
);
```

Fill in the properties in .env according to the keys from the config or change the configuration.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1086d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/268de0708884e298fc6907acaa2a5551719d96a0614dd9e05fdd63405d8fa2af?d=identicon)[llpddone](/maintainers/llpddone)

---

Top Contributors

[![cbepxbeo](https://avatars.githubusercontent.com/u/87817946?v=4)](https://github.com/cbepxbeo "cbepxbeo (8 commits)")

### Embed Badge

![Health badge](/badges/llpddone-selectel-transmitter/health.svg)

```
[![Health](https://phpackages.com/badges/llpddone-selectel-transmitter/health.svg)](https://phpackages.com/packages/llpddone-selectel-transmitter)
```

###  Alternatives

[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[rahulhaque/laravel-filepond

Use FilePond the Laravel way

261114.4k2](/packages/rahulhaque-laravel-filepond)[reshadman/file-secretary

Get rid of anything related to files in Laravel, This package handles all for you. Anything we mean.

1131.8k](/packages/reshadman-file-secretary)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)

PHPackages © 2026

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