PHPackages                             webtools/raw - 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. [Framework](/categories/framework)
4. /
5. webtools/raw

ActiveLibrary[Framework](/categories/framework)

webtools/raw
============

A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter

91415[1 issues](https://github.com/web-tools/Raw/issues)JavaScript

Since Apr 25Pushed 9y ago5 watchersCompare

[ Source](https://github.com/web-tools/Raw)[ Packagist](https://packagist.org/packages/webtools/raw)[ RSS](/packages/webtools-raw/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Raw
===

[](#raw)

A CRUD package for Laravel. Using this you can create your entire c.r.u.d (Create Read Update Delete) interface in a matter of minutes

More info available on the library website

Installation
============

[](#installation)

Run the following command in your laravel root directory

> composer require webtools/raw dev-master

Or add `webtools/raw` as a requirement to `composer.json`:

"webtools/raw": "dev-master"

Once the package is installed you will need to add the service provider. Add the following in the `providers` section in app/config/app.php

'Webtools\\Raw\\RawServiceProvider'

The package assets need to be published afterwards

php artisan asset:publish webtools/raw

Documentation
=============

[](#documentation)

An sql file containing sample data is available in the package.

- yourinstallpath/vendor/webtools/raw/raw.sql

You need to import this file in your database and then you can access:

- yourinstallpath/raw\_items

Example code is available by accessing

- vendor/webtools/raw/src/controllers/RawController.php

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![adrian-gheorghe](https://avatars.githubusercontent.com/u/3446761?v=4)](https://github.com/adrian-gheorghe "adrian-gheorghe (1 commits)")

### Embed Badge

![Health badge](/badges/webtools-raw/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M292](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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