PHPackages                             pedzed/laravel-uploadcare - 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. pedzed/laravel-uploadcare

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

pedzed/laravel-uploadcare
=========================

Uploadcare for Laravel.

v0.2(9y ago)46511MITPHPPHP ^7.0

Since Aug 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/pedzed/laravel-uploadcare)[ Packagist](https://packagist.org/packages/pedzed/laravel-uploadcare)[ RSS](/packages/pedzed-laravel-uploadcare/feed)WikiDiscussions master Synced 4w ago

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

Uploadcare for Laravel
======================

[](#uploadcare-for-laravel)

This is a simple Laravel service provider for [Uploadcare's official PHP library](https://github.com/uploadcare/uploadcare-php).

Prerequisites
-------------

[](#prerequisites)

- Laravel 5
- PHP 7.0 or higher

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

[](#installation)

1. Run `composer require pedzed/laravel-uploadcare`
2. Add this line to the `providers` array of `config/app.php`: ```
    PedZed\LaravelUploadcare\UploadcareServiceProvider::class,

    ```
3. Run `php artisan vendor:publish`
4. Add `UPLOADCARE_PUBLIC_KEY` and `UPLOADCARE_PRIVATE_KEY` to your environment variables. You can get the values from .
5. Call the [`Uploadcare\Api`](https://github.com/uploadcare/uploadcare-php/blob/master/src/Uploadcare/Api.php) class through `app()->uploadcare`.

Usage
-----

[](#usage)

For the usage, please check Uploadcare's API: .

### Examples

[](#examples)

```
{!! app()->uploadcare->widget->getInputTag('file_id') !!}

{!! app()->uploadcare->widget->getScriptTag() !!}
```

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2016 pedzed

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3620d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pedzed-laravel-uploadcare/health.svg)

```
[![Health](https://phpackages.com/badges/pedzed-laravel-uploadcare/health.svg)](https://phpackages.com/packages/pedzed-laravel-uploadcare)
```

###  Alternatives

[rahulhaque/laravel-filepond

Use FilePond the Laravel way

264127.9k2](/packages/rahulhaque-laravel-filepond)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)[slimani/filament-media-manager

A media manager plugin for Filament.

126.9k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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