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

022PHP

Since Oct 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/abishekrsrikaanth/jwplayer)[ Packagist](https://packagist.org/packages/abishekrsrikaanth/jwplayer)[ RSS](/packages/abishekrsrikaanth-jwplayer/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)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:

```
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

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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.

### 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 (33 commits)")

### 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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