PHPackages                             nipu/curdpackage - 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. [Admin Panels](/categories/admin)
4. /
5. nipu/curdpackage

ActiveLibrary[Admin Panels](/categories/admin)

nipu/curdpackage
================

Laravel CRUD Generator

1.0.1(2y ago)04MITPHPPHP &gt;=7.4

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Nondukishor/crud-packapage)[ Packagist](https://packagist.org/packages/nipu/curdpackage)[ RSS](/packages/nipu-curdpackage/feed)WikiDiscussions master Synced 1mo ago

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

Requirements
------------

[](#requirements)

```
Laravel >=8.0.0
PHP >= 7.4.0

```

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

[](#installation)

```
composer require nipu/curdpackage --dev

```

after install run this command
==============================

[](#after-install-run-this-command)

```
php artisan vendor:publish --provider="Nipu\CurdPackage\CrudGeneratorServiceProvider"

```

And since, we're using laravelcollective/html as dependency you should add its service provider in the config/app.php file. check docs

```
'providers' => [

    Collective\Html\HtmlServiceProvider::class,
],

'aliases' => [
    'Form' => Collective\Html\FormFacade::class,
    'HTML' => Collective\Html\HtmlFacade::class,
],

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

989d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0

1.0.1PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/17e196b8950f1de818c2b623662f7b21999e6791397f58981cbc9a28a8f321c4?d=identicon)[pro.nipu](/maintainers/pro.nipu)

---

Top Contributors

[![Nondukishor](https://avatars.githubusercontent.com/u/26400522?v=4)](https://github.com/Nondukishor "Nondukishor (3 commits)")

---

Tags

laravelcrud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nipu-curdpackage/health.svg)

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

PHPackages © 2026

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