PHPackages                             daniel-de-wit/laravel-ide-helper-hook-paperclip - 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. daniel-de-wit/laravel-ide-helper-hook-paperclip

ActiveLibrary

daniel-de-wit/laravel-ide-helper-hook-paperclip
===============================================

Add Paperclip support to Laravel IDE Helper

3.0.0(1y ago)127.8k↓33.3%4[1 PRs](https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip/pulls)MITPHPPHP ^8.2CI passing

Since Apr 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip)[ Packagist](https://packagist.org/packages/daniel-de-wit/laravel-ide-helper-hook-paperclip)[ Docs](https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip)[ RSS](/packages/daniel-de-wit-laravel-ide-helper-hook-paperclip/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (11)Versions (12)Used By (0)

Laravel IDE Helper Hook Paperclip
=================================

[](#laravel-ide-helper-hook-paperclip)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Tests](https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip/actions/workflows/tests.yml/badge.svg)](https://github.com/daniel-de-wit/laravel-ide-helper-hook-paperclip/actions/workflows/tests.yml)[![Coverage Status](https://camo.githubusercontent.com/e09b6cc2e1e08d90145622d7992d4675b6e74385425bee0cd53cbbfee0c39068/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f64616e69656c2d64652d7769742f6c61726176656c2d6964652d68656c7065722d686f6f6b2d7061706572636c69702f62616467652e7376673f6272616e63683d6d61696e266b696c6c5f63616368653d31)](https://coveralls.io/github/daniel-de-wit/laravel-ide-helper-hook-paperclip?branch=main)[![Latest Version on Packagist](https://camo.githubusercontent.com/9eb0921acb93134bf84355c29004f38dd7c690fcc45508df1c16e01d7353e478/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e69656c2d64652d7769742f6c61726176656c2d6964652d68656c7065722d686f6f6b2d7061706572636c69702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daniel-de-wit/laravel-ide-helper-hook-paperclip)[![Total Downloads](https://camo.githubusercontent.com/201519b0cd92099fb316d95dbbb3c37a6690371af102ee66206b6c9c940d0878/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e69656c2d64652d7769742f6c61726176656c2d6964652d68656c7065722d686f6f6b2d7061706572636c69702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daniel-de-wit/laravel-ide-helper-hook-paperclip)

A Laravel Package for adding [Laravel Paperclip](https://github.com/czim/laravel-paperclip) support to Laravel IDE Helper [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper).

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

[](#installation)

You can install the package via composer:

```
composer require --dev daniel-de-wit/laravel-ide-helper-hook-paperclip
```

The Paperclip Hook is loaded using [Package Discovery](https://laravel.com/docs/8.x/packages#package-discovery), when disabled read [Manual Installation](#manual-installation).

Usage
-----

[](#usage)

Run standard model generation commands as normal:

`php artisan ide-helper:models "App\Models\Post"`

Docblocks will be added to the model

```
* @property \Czim\Paperclip\Contracts\AttachmentInterface|\SplFileInfo|\Czim\FileHandling\Storage\File\SplFileInfoStorableFile|\Czim\FileHandling\Contracts\Support\RawContentInterface|string $image
```

Manual Installation
-------------------

[](#manual-installation)

When disabled, register the LaravelIdeHelperHookPaperclipServiceProvider manually by adding it to your config/app.php

```
/*
 * Package Service Providers...
 */
 DanielDeWit\LaravelIdeHelperHookPaperclip\Providers\LaravelIdeHelperHookPaperclipServiceProvider::class,
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Daniel de Wit](https://github.com/daniel-de-wit)
- [wimski](https://github.com/wimski)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance45

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~179 days

Recently: every ~210 days

Total

9

Last Release

434d ago

Major Versions

0.0.1 → 1.0.02021-04-06

1.2.0 → v2.0.02022-11-18

2.3.0 → 3.0.02025-03-11

PHP version history (4 changes)0.0.1PHP ^7.3|^8.0

1.1.0PHP ^7.3 || ^8.0

v2.0.0PHP ^8.1

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/280a3fc65bcb018cdda3598076ca8040dbe6786970b2317d14d6f5f61d50a6c5?d=identicon)[daniel-de-wit](/maintainers/daniel-de-wit)

---

Top Contributors

[![daniel-de-wit](https://avatars.githubusercontent.com/u/3015394?v=4)](https://github.com/daniel-de-wit "daniel-de-wit (40 commits)")[![Miljoen](https://avatars.githubusercontent.com/u/31883285?v=4)](https://github.com/Miljoen "Miljoen (5 commits)")[![wimski](https://avatars.githubusercontent.com/u/12373573?v=4)](https://github.com/wimski "wimski (5 commits)")

---

Tags

devlaravel-ide-helperlaravel-paperclip

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/daniel-de-wit-laravel-ide-helper-hook-paperclip/health.svg)

```
[![Health](https://phpackages.com/badges/daniel-de-wit-laravel-ide-helper-hook-paperclip/health.svg)](https://phpackages.com/packages/daniel-de-wit-laravel-ide-helper-hook-paperclip)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[pdepend/pdepend

Official version of pdepend to be handled with Composer

954110.9M815](/packages/pdepend-pdepend)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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