PHPackages                             bigbeartech/attachments - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. bigbeartech/attachments

AbandonedProject[File &amp; Storage](/categories/file-storage)

bigbeartech/attachments
=======================

A simple package for uploading media to Laravel

0.0.5(10y ago)351MIT

Since Jun 23Compare

[ Source](https://github.com/BigBearTech/Attachments)[ Packagist](https://packagist.org/packages/bigbeartech/attachments)[ RSS](/packages/bigbeartech-attachments/feed)WikiDiscussions Synced 2w ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

BigBearTech Attachments
=======================

[](#bigbeartech-attachments)

[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/BigBearTech/Attachments/master/LICENSE.md)

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require bigbeartech/attachments
```

Now add the following to the `providers` array in your `config/app.php`

```
BigBearTech\Attachments\AttachmentsServiceProvider::class,
```

and this to the `aliases` array in `config/app.php`

```
"Attachment" => "BigBearTech\Attachments\Facades\Attachment",
```

Then you will need to run these commands in the terminal in order to copy the config and migration files

```
php artisan vendor:publish --provider="BigBearTech\Attachments\AttachmentsServiceProvider"
```

Before you run the migration you may want to take a look at `config/attachments.php` and change the `table` property to a table name that you would like to use. After that run the migration

```
php artisan migrate
```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

3678d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1289128?v=4)[Christopher ](/maintainers/dragonfire1119)[@dragonfire1119](https://github.com/dragonfire1119)

---

Top Contributors

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

---

Tags

laravelpackageupload

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bigbeartech-attachments/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.6M90](/packages/unisharp-laravel-filemanager)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[oneofftech/laravel-tus-upload

Upload files to your Laravel application with the tus.io resumable upload protocol.

518.2k](/packages/oneofftech-laravel-tus-upload)[itskodinger/midia

Simple Media manager for your Laravel project

1416.1k](/packages/itskodinger-midia)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

139.4k](/packages/erlandmuchasaj-laravel-file-uploader)

PHPackages © 2026

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