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

ActiveLibrary

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

Api.video upload field for Laravel Nova.

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

Since Jun 28Pushed 4y 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 1w 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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

1785d 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

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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