PHPackages                             abishekrsrikaanth/jwplayer - 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. abishekrsrikaanth/jwplayer

ActiveLibrary[API Development](/categories/api)

abishekrsrikaanth/jwplayer
==========================

PHP Laravel SDK for JwPlayer

v2.0.0(1mo ago)026MITPHPPHP ^8.3CI passing

Since May 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/abishekrsrikaanth/jwplayer)[ Packagist](https://packagist.org/packages/abishekrsrikaanth/jwplayer)[ Docs](https://github.com/abishekrsrikaanth/jwplayer)[ GitHub Sponsors](https://github.com/abishekrsrikaanth)[ RSS](/packages/abishekrsrikaanth-jwplayer/feed)WikiDiscussions main Synced 3w ago

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

PHP Laravel SDK for JwPlayer
============================

[](#php-laravel-sdk-for-jwplayer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/317b5173ac72fbb0b6089bed7e1ca6ff1bfbdc04a3005efd2115df56949ff841/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6162697368656b727372696b61616e74682f6a77706c617965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abishekrsrikaanth/jwplayer)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6ad5590dc2efa4f4109545fbbc498a5eab35f97368c1da4aedd783f261a10e8c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6162697368656b727372696b61616e74682f6a77706c617965722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/abishekrsrikaanth/jwplayer/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4bce1240dfe0de3a1c1e2507a7ed950aac65937e991ca55d8b74b939e2fca521/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6162697368656b727372696b61616e74682f6a77706c617965722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/abishekrsrikaanth/jwplayer/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f92644a072a2d0f40f6741dcaec689d1a3d3145460a750cf82016ca4f9575a39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6162697368656b727372696b61616e74682f6a77706c617965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/abishekrsrikaanth/jwplayer)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this jwplayer
2. Run "./configure-jwplayer.sh" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/543840ff1aea5495180f5e1b0592d4e96901644e2d7ce6a27528ce8b1224bdc0/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6a77706c617965722e6a70673f743d31)](https://spatie.be/github-ad-click/jwplayer)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

> For Laravel 8 support, use `^1.0`. For Laravel 11+, use `^2.0`.

```
composer require abishekrsrikaanth/jwplayer
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="App\JwPlayer\JwPlayerServiceProvider" --tag="jwplayer-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="App\JwPlayer\JwPlayerServiceProvider" --tag="jwplayer-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$jwplayer = new App\JwPlayer();
echo $jwplayer->echoPhrase('Hello, Spatie!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Abishek R Srikaanth](https://github.com/abishekrsrikaanth)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

43d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/679089de897a6d3f79d14628be0e3a38b3d77ccfa7c1f85ca7de06ae7564b166?d=identicon)[abishekrsrikaanth](/maintainers/abishekrsrikaanth)

---

Top Contributors

[![abishekrsrikaanth](https://avatars.githubusercontent.com/u/1639302?v=4)](https://github.com/abishekrsrikaanth "abishekrsrikaanth (51 commits)")

---

Tags

laraveljwplayerabishekrsrikaanth

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/abishekrsrikaanth-jwplayer/health.svg)

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M97](/packages/dedoc-scramble)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M162](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M46](/packages/spatie-laravel-pdf)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k90](/packages/nativephp-mobile)[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)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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