PHPackages                             javaabu/paperless - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. javaabu/paperless

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

javaabu/paperless
=================

Application workflow handling on steroids

v1.0.4(2y ago)0409[1 issues](https://github.com/Javaabu/paperless/issues)MITPHPPHP ^8.3

Since Apr 20Pushed 1y ago3 watchersCompare

[ Source](https://github.com/Javaabu/paperless)[ Packagist](https://packagist.org/packages/javaabu/paperless)[ Docs](https://github.com/Javaabu/paperless)[ RSS](/packages/javaabu-paperless/feed)WikiDiscussions main Synced 1mo ago

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

Paperless
=========

[](#paperless)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f5ce4e01ddf2b38964178fd5d66dc5de2b4a91ca284df5f8d83cbd253cbb6747/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6176616162752f70617065726c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/javaabu/paperless)[![Test Status](../../actions/workflows/run-tests.yml/badge.svg)](../../actions/workflows/run-tests.yml)[![Code Coverage Badge](./.github/coverage.svg)](./.github/coverage.svg)[![Total Downloads](https://camo.githubusercontent.com/462176dc33f5337cb206cd239be6fac958cb43c32e2995448201f0ee08da10d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6176616162752f70617065726c6573732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/javaabu/paperless)

Application workflow handling on steroids

Documentation
-------------

[](#documentation)

You'll find the documentation on .

Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving this package? Feel free to create an [issue](../../issues) on GitHub, we'll try to address it as soon as possible.

If you've found a bug regarding security please mail  instead of using the issue tracker.

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

[](#installation)

To get started, you need to install the package via Composer:

```
composer require javaabu/paperless
```

After installing the package, you need to publish the configuration file:

```
php artisan vendor:publish --provider="Javaabu\Paperless\PaperlessServiceProvider" --tag="paperless-config"
```

This will create a `paperless.php` file in your `config` directory.

Next, you need to publish the migrations:

```
php artisan vendor:publish --provider="Javaabu\Paperless\PaperlessServiceProvider" --tag="paperless-migrations"
```

After publishing the migrations, you can create the tables by running the migrations:

```
php artisan migrate
```

Testing
-------

[](#testing)

You can run the tests with

```
./vendor/bin/phpunit
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Javaabu Pvt. Ltd.](https://github.com/javaabu)
- [Hussain Afeef (@ibnnajjaar)](https://abunooh.com)
- [Athfan Khaleel (@athphane)](https://athfan.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 65.5% 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

5

Last Release

757d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31658513?v=4)[Javaabu](/maintainers/javaabu)[@Javaabu](https://github.com/Javaabu)

![](https://www.gravatar.com/avatar/221f1bea0a3ea66d158df62a82d17beac57f0aacf62c38fae3dcb0474c734016?d=identicon)[athphane](/maintainers/athphane)

![](https://www.gravatar.com/avatar/6e504a7bf85cca1e38f07b4c4ae89e76bd46f9cd9c1517770ae2b8a209460d3c?d=identicon)[ibnnajjaar](/maintainers/ibnnajjaar)

---

Top Contributors

[![athphane](https://avatars.githubusercontent.com/u/13810742?v=4)](https://github.com/athphane "athphane (209 commits)")[![ibnnajjaar](https://avatars.githubusercontent.com/u/7188633?v=4)](https://github.com/ibnnajjaar "ibnnajjaar (88 commits)")[![fallenbagel](https://avatars.githubusercontent.com/u/98979876?v=4)](https://github.com/fallenbagel "fallenbagel (15 commits)")[![dash8x](https://avatars.githubusercontent.com/u/6671720?v=4)](https://github.com/dash8x "dash8x (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/javaabu-paperless/health.svg)

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

###  Alternatives

[livewire/flux

The official UI component library for Livewire.

9475.0M86](/packages/livewire-flux)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[dcblogdev/laravel-module-generator

Generate Laravel Modules from a template.

7710.1k1](/packages/dcblogdev-laravel-module-generator)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[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)
