PHPackages                             mohsincrud/crud - 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. mohsincrud/crud

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

mohsincrud/crud
===============

This is Package

09Blade

Since Feb 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Mohsin-Imran/custom_crud_package)[ Packagist](https://packagist.org/packages/mohsincrud/crud)[ RSS](/packages/mohsincrud-crud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

mohsincrud/crud
===============

[](#mohsincrudcrud)

[![Latest Stable Version](https://camo.githubusercontent.com/aeeffe595d4b8678f7d9ed19a4ade14c32ef54b8b8f3a60a240f9d971859c934/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6873696e637275642f637275642f762f737461626c65)](https://packagist.org/packages/mohsincrud/crud)[![Total Downloads](https://camo.githubusercontent.com/61eb484a3e5c868a4cbd330199270066b2ef7d86bf3050d6afe07a5f9bb2cace/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6873696e637275642f637275642f646f776e6c6f616473)](https://packagist.org/packages/mohsincrud/crud)[![License](https://camo.githubusercontent.com/cb7005d09c7ca9e125f9c98e2a6d61cc86020bf3042515bc9a061ee2c9f95031/68747470733a2f2f706f7365722e707567782e6f72672f6d6f6873696e637275642f637275642f6c6963656e7365)](https://packagist.org/packages/mohsincrud/crud)

A custom CRUD package for Laravel to simplify creating, reading, updating, and deleting resources.

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

[](#installation)

composer.json:

```
 "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
```

You can install the package via composer:

```
composer require mohsincrud/crud
```

If you are using Laravel 5.5 or higher, the package will automatically register the service provider. For older versions of Laravel, you need to manually add the service provider in config/app.php

```
'providers' => [
    // Other Service Providers
     MohsinCrud\Crud\ContactServiceProvider::class,
],
```

Database Migration

After installing the package and adding the service provider, create the database tables by running the migrations

```
php artisan migrate
```

Accessing the CRUD Interface

You can access the CRUD interface at the following URL:

```
http://localhost:8000/student/index
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/812ea4b709e114e24e1491ebe7e6d52e8953224916b57ade9a431b0ad67fd468?d=identicon)[mnmohsin](/maintainers/mnmohsin)

---

Top Contributors

[![Mohsin-Imran](https://avatars.githubusercontent.com/u/102326447?v=4)](https://github.com/Mohsin-Imran "Mohsin-Imran (17 commits)")[![MohsinMImran](https://avatars.githubusercontent.com/u/216027680?v=4)](https://github.com/MohsinMImran "MohsinMImran (2 commits)")

### Embed Badge

![Health badge](/badges/mohsincrud-crud/health.svg)

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

PHPackages © 2026

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