PHPackages                             focusconcursos/sambatech-laravel - 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. [Image &amp; Media](/categories/media)
4. /
5. focusconcursos/sambatech-laravel

ActiveLibrary[Image &amp; Media](/categories/media)

focusconcursos/sambatech-laravel
================================

A wrapper of the Sambatech API, designed to Laravel 5+.

1.1(7y ago)01MITPHPPHP &gt;=7.1.0

Since Feb 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/focusconcursos/sambatech-laravel)[ Packagist](https://packagist.org/packages/focusconcursos/sambatech-laravel)[ RSS](/packages/focusconcursos-sambatech-laravel/feed)WikiDiscussions master Synced yesterday

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

Sambatech Laravel
=================

[](#sambatech-laravel)

This is an unofficial Sambatech development kit for Laravel. You can upload videos easily and without any headache.

> Currently, only Laravel 5.5+ is supported.

Install the library:

```
composer require focusconcursos/sambatech-laravel
```

Publish the config file

```
php artisan vendor:publish --provider="FocusConcursos\SambatechLaravel\SambatechServiceProvider"
```

Fill in your `.env` with the credentials:

```
SAMBATECH_PROJECT_ID=
SAMBATECH_ACCESS_TOKEN=
```

Then you can use the facade.

```
use FocusConcursos\SambatechLaravel\Facades\Sambatech;

# ...

$pathToVideo = '/var/www/html/uploads/chaves_s01_e02.mp4';
$metadata = [
    'title' > 'Video title',
    'description' => 'Full video description'
    'shortDescription' => 'Short video description',
    'tags' => ['tag 01', 'tag 02']
];
$sambatechMediaId = Sambatech::upload($pathToVideo, $metadata);
```

Roadmap
=======

[](#roadmap)

- Video upload
- Audio upload
- Full CRUD operations on videos

*Pull requests are welcome!*

For further information, consult the Sambatech API documentation.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

2

Last Release

2656d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93248?v=4)[Bati Sengul](/maintainers/focus)[@Focus](https://github.com/Focus)

---

Top Contributors

[![luizguilhermefr](https://avatars.githubusercontent.com/u/6135939?v=4)](https://github.com/luizguilhermefr "luizguilhermefr (16 commits)")

---

Tags

laravelvideosambatech

### Embed Badge

![Health badge](/badges/focusconcursos-sambatech-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/focusconcursos-sambatech-laravel/health.svg)](https://phpackages.com/packages/focusconcursos-sambatech-laravel)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[vimeo/laravel

A Vimeo bridge for Laravel

4171.6M4](/packages/vimeo-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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