PHPackages                             dreammonkey/incrudible - 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. dreammonkey/incrudible

ActiveLibrary

dreammonkey/incrudible
======================

This is my package incrudible

0194[2 PRs](https://github.com/dreammonkey/incrudible/pulls)TypeScript

Since Aug 11Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

Incrudible
==========

[](#incrudible)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a8ee7532786911ec2f96285ef724827b0b7700c18446da898b9aaaf272837fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f647265616d6d6f6e6b65792f696e6372756469626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dreammonkey/incrudible)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ef591d3c10d9de8aa133f334e6367408f259f470faa5badfc27b005524a6aa3a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f647265616d6d6f6e6b65792f696e6372756469626c652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/dreammonkey/incrudible/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/2158aa53fc92039245faae6fc809400bb67c09c8ddc46e76ba1d151b1221d0d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f647265616d6d6f6e6b65792f696e6372756469626c652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/dreammonkey/incrudible/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2b874ef8487afae92b12f41c2e37fea110188ff1d983f6a81be33da801603db5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f647265616d6d6f6e6b65792f696e6372756469626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dreammonkey/incrudible)

Incrudible is yet another Admin panel that is based on the laravel inertia react typescript stack. It borrows some behavior from Laravel Breeze scaffolding and some from Backpack. Its setup is unique because it allows full control over the backend as well as over the frontend of the admin panel, this in contrast to some popular livewire / vue based admin panels.

ROADMAP
-------

[](#roadmap)

- Allow username or email for authentication
- Admin roles integration (via spatie/laravel-permission)
- Automatic CRUD generation
- CRUD import and export support (via maatwebsite/excel)
- Translations management integration.
- Full fledged component library

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

[](#installation)

You can install the package via composer:

```
composer require dreammonkey/incrudible
php artisan incrudible:install
```

You can scaffold the admin panel code with:

```
php artisan incrudible:scaffold
# npm:
npm ci && npm run dev
# yarn:
yarn && yarn dev
```

You can publish route files with:

```
php artisan vendor:publish --tag="incrudible-routes"
```

You can publish the config files with:

```
php artisan vendor:publish --tag="incrudible-config"
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="incrudible-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

- Create an admin user

```
php artisan incrudible:admin
```

Log in to the admin panel at

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Diederik van Remoortere](https://github.com/dreammonkey)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance62

Regular maintenance activity

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.3% 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/462af5f0050b8fc4ac376b4f1b12fabe2b0860ece888f12d263d767db240efd8?d=identicon)[dreammonkey](/maintainers/dreammonkey)

---

Top Contributors

[![dreammonkey](https://avatars.githubusercontent.com/u/371355?v=4)](https://github.com/dreammonkey "dreammonkey (157 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

### Embed Badge

![Health badge](/badges/dreammonkey-incrudible/health.svg)

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

PHPackages © 2026

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