PHPackages                             el-joe/extra-service - 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. el-joe/extra-service

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

el-joe/extra-service
====================

ExtraService Laravel package: upload file and return full central-domain path

v1.1.0(1mo ago)014MITPHPPHP &gt;=7.4

Since Apr 12Pushed 1mo agoCompare

[ Source](https://github.com/el-joe/ExtraService)[ Packagist](https://packagist.org/packages/el-joe/extra-service)[ Docs](https://github.com/el-joe/extra-service)[ RSS](/packages/el-joe-extra-service/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

ExtraService
============

[](#extraservice)

Simple Laravel package that provides an API endpoint to accept a file upload and return the full file URL on the central domain.

Installation (local development / path repository):

1. In your main project's `composer.json` add a path repository entry:

```
"repositories": [
  {
    "type": "path",
    "url": "./ExtraService"
  }
]

```

2. Require the package:

```
composer require el-joe/extra-service:dev-main

```

3. (Optional) Publish config to set `CENTRAL_DOMAIN` or edit `config/extra_service.php`:

```
php artisan vendor:publish --provider="ElJoe\\ExtraService\\ExtraServiceServiceProvider" --tag=config

```

Usage:

POST to `/api/extra-service/upload` with form-data key `file`.

Response:

```
{
  "path": "https://central.example/storage/extra_service/filename.ext"
}

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance88

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

58d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10aeee5b36fa149692c0e42d0b24b816fa43a19832e2a4c063c5c21e354ff57d?d=identicon)[el-joe](/maintainers/el-joe)

---

Top Contributors

[![el-joe](https://avatars.githubusercontent.com/u/38781177?v=4)](https://github.com/el-joe "el-joe (3 commits)")

---

Tags

laravelextrastorageupload

### Embed Badge

![Health badge](/badges/el-joe-extra-service/health.svg)

```
[![Health](https://phpackages.com/badges/el-joe-extra-service/health.svg)](https://phpackages.com/packages/el-joe-extra-service)
```

###  Alternatives

[unisharp/laravel-filemanager

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

2.1k3.4M80](/packages/unisharp-laravel-filemanager)[sopamo/laravel-filepond

Laravel backend module for filepond uploads

217293.6k3](/packages/sopamo-laravel-filepond)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

7715.5k2](/packages/mwguerra-filemanager)

PHPackages © 2026

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