PHPackages                             elmudodev/filament-imagen-file - 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. elmudodev/filament-imagen-file

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

elmudodev/filament-imagen-file
==============================

This is my package filament-imagen-file

03JavaScript

Since Dec 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/elmudometal/filament-imagen-file)[ Packagist](https://packagist.org/packages/elmudodev/filament-imagen-file)[ RSS](/packages/elmudodev-filament-imagen-file/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package filament-imagen-file
=======================================

[](#this-is-my-package-filament-imagen-file)

[![Latest Version on Packagist](https://camo.githubusercontent.com/783fca684ebb2c6c51f0d2e8168dedf8ba03aface6f568a26818c585a7b6dd70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6d75646f6465762f66696c616d656e742d696d6167656e2d66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elmudodev/filament-imagen-file)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5290c3f3ea74999d7e76c453f1fd829a653b4a014b5ad26be8b438df6f8c9362/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f656c6d75646f6465762f66696c616d656e742d696d6167656e2d66696c652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/elmudodev/filament-imagen-file/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/618aed280a9255d17cb296e507400c622d965117d78787ae0c172285d8e70088/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f656c6d75646f6465762f66696c616d656e742d696d6167656e2d66696c652f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/elmudodev/filament-imagen-file/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b9cd7c76e6f1f68e95d0afa9f51fa37c7f3f9926baa8ea48809196f9182c1963/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6d75646f6465762f66696c616d656e742d696d6167656e2d66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elmudodev/filament-imagen-file)

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

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

[](#installation)

You can install the package via composer:

```
composer require elmudodev/filament-imagen-file
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-imagen-file-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-imagen-file-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-imagen-file-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentImagenFile = new ElmudoDev\FilamentImagenFile();
echo $filamentImagenFile->echoPhrase('Hello, ElmudoDev!');
```

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)

- [Hernan Soto](https://github.com/elmudometal)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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/6a09afaf89738b6daa9f9d85576cb487beacbb249f1b2d987f3900b2f74cd882?d=identicon)[elmudometal](/maintainers/elmudometal)

---

Top Contributors

[![elmudometal](https://avatars.githubusercontent.com/u/16867145?v=4)](https://github.com/elmudometal "elmudometal (1 commits)")

### Embed Badge

![Health badge](/badges/elmudodev-filament-imagen-file/health.svg)

```
[![Health](https://phpackages.com/badges/elmudodev-filament-imagen-file/health.svg)](https://phpackages.com/packages/elmudodev-filament-imagen-file)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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