PHPackages                             steadfastcollective/nova-api-video - 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. steadfastcollective/nova-api-video

ActiveLibrary[API Development](/categories/api)

steadfastcollective/nova-api-video
==================================

Api.video upload field for Laravel Nova.

v1.0.0(5y ago)0100[1 issues](https://github.com/steadfast-collective/nova-api-video/issues)MITVuePHP &gt;=7.1.0

Since Jun 28Pushed 5y agoCompare

[ Source](https://github.com/steadfast-collective/nova-api-video)[ Packagist](https://packagist.org/packages/steadfastcollective/nova-api-video)[ RSS](/packages/steadfastcollective-nova-api-video/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3651e945ba3fa0032fd0608c95ec0020e59e7eb8fbd301c7b72044e387c30f4e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737465616466617374636f6c6c6563746976652f6e6f76612d6170692d766964656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/steadfastcollective/nova-api-video)[![Total Downloads](https://camo.githubusercontent.com/7bac015bcd4f61c924fa92ad463c500ba5e4fff2dd73f2ffd89996391cbb904f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737465616466617374636f6c6c6563746976652f6e6f76612d6170692d766964656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/steadfastcollective/nova-api-video)

Introduction
------------

[](#introduction)

Api.video upload field for [Laravel Nova](https://nova.laravel.com/). It allows uploading videos (supports large files) to [api.video](https://api.video/).

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

[](#installation)

You can install the package via composer:

```
composer require steadfastcollective/nova-api-video
```

Usage
-----

[](#usage)

```
use SteadfastCollective\NovaApiVideo;

NovaApiVideo::make('Api Video Id', 'api_video_id')
    ->rules('required')
    ->acceptedTypes('video/*');
```

### Store additional attributes

[](#store-additional-attributes)

You can call `withAdditionalAttributes()` to save additional attributes to the database. These include 'file\_name', 'file\_type', 'size' and 'video\_duration'.

```
use SteadfastCollective\NovaApiVideo;

NovaApiVideo::make('Api Video Id', 'api_video_id')
    ->rules('required')
    ->acceptedTypes('video/*')
    ->withAdditionalAttributes();
```

You can also specify which additional attributes you want to save by passing the field names as a parameter.

```
use SteadfastCollective\NovaApiVideo;

NovaApiVideo::make('Api Video Id', 'api_video_id')
    ->rules('required')
    ->acceptedTypes('video/*')
    ->withAdditionalAttributes('file_name', 'file_type');
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

1830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0aa8324bc8e417667f855edb80e98fcb38b988a7200df88c85983c7afc1fbcf?d=identicon)[steadfastcollective](/maintainers/steadfastcollective)

---

Top Contributors

[![andrebreia](https://avatars.githubusercontent.com/u/17434432?v=4)](https://github.com/andrebreia "andrebreia (11 commits)")

---

Tags

laravelnovaapi.video

### Embed Badge

![Health badge](/badges/steadfastcollective-nova-api-video/health.svg)

```
[![Health](https://phpackages.com/badges/steadfastcollective-nova-api-video/health.svg)](https://phpackages.com/packages/steadfastcollective-nova-api-video)
```

###  Alternatives

[tightenco/nova-google-analytics

Google Analytics integration with Nova

166129.4k2](/packages/tightenco-nova-google-analytics)[hammerstone/refine-nova

A Laravel Nova integration for the Refine query builder.

3356.5k](/packages/hammerstone-refine-nova)[coreproc/nova-echo

Adds Laravel Echo with your broadcast configuration to your Laravel Nova app

1997.8k2](/packages/coreproc-nova-echo)

PHPackages © 2026

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