PHPackages                             thomzee/generavel - 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. [API Development](/categories/api)
4. /
5. thomzee/generavel

ActivePackage[API Development](/categories/api)

thomzee/generavel
=================

Laravel API Crud Generator

1.0.0(3y ago)14MITPHP

Since Oct 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thomzee/generavel)[ Packagist](https://packagist.org/packages/thomzee/generavel)[ RSS](/packages/thomzee-generavel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Introduction
------------

[](#introduction)

This package basically an API CRUD generator to boost your speed throughout laravel project development. You whether generate all files required for your project or partial file.

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

[](#installation)

You can choose one of those two installation methods freely.

#### 1. Automatic Installation

[](#1-automatic-installation)

Go into your project root folder laravel

```
cd YOUR_LARAVEL_ROOT_PROJECT/

```

then get the latest version of Generavel on your project with following command.

```
composer require thomzee/generavel

```

#### 2. Manual Installation

[](#2-manual-installation)

Alternatively, you can update your composer.json file, just like code below

```
"require": {
    . . .
    "thomzee/generavel": "1.*"
},

```

b. then run `composer install` command.

Register Service
----------------

[](#register-service)

Firstly you need register the service provider your project configuration file `config/app.php`

```
'providers' => [
    . . .
    Thomzee\Generavel\GeneravelServiceProvider::class,
]

```

Run `composer dump-autoload` command to update changes in your project configuration file.

```
composer dump-autoload

```

API CRUD Generator
------------------

[](#api-crud-generator)

Make sure Generavel commands is registered by running this command

```
php artisan list

```

these are commands you can try

```
php artisan generavel:all Flight
php artisan generavel:model Flight
php artisan generavel:controller FlightController
php artisan generavel:mapper FlightMapper
php artisan generavel:create-request Flight
php artisan generavel:update-request Flight

```

then simply adjust your model, controller, and form request.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92025e5db63780633ccc78d34c9489b9f8ac113acbcfd8403e5d917ca149b15f?d=identicon)[thomzee](/maintainers/thomzee)

---

Top Contributors

[![thomzee](https://avatars.githubusercontent.com/u/7501454?v=4)](https://github.com/thomzee "thomzee (18 commits)")

---

Tags

good-first-issuehacktoberfesthacktoberfest-acceptedhacktoberfest2022

### Embed Badge

![Health badge](/badges/thomzee-generavel/health.svg)

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

765.7M125](/packages/saloonphp-laravel-plugin)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[ovac/idoc

Generate beautiful API documentation from your Laravel application

184477.6k2](/packages/ovac-idoc)[dymantic/laravel-instagram-feed

Fetches the instagram feed for given authenticated profiles

151157.7k](/packages/dymantic-laravel-instagram-feed)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

10710.0k](/packages/neuron-core-neuron-laravel)

PHPackages © 2026

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