PHPackages                             rekamy/generator - 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. [Templating &amp; Views](/categories/templating)
4. /
5. rekamy/generator

ActiveLibrary[Templating &amp; Views](/categories/templating)

rekamy/generator
================

Web &amp; API Generator with Swagger API Doc

v6.2.1(3y ago)31.4kMITPHPPHP ^7.2 || ^8.0CI failing

Since Jan 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Rekamy/Generator)[ Packagist](https://packagist.org/packages/rekamy/generator)[ RSS](/packages/rekamy-generator/feed)WikiDiscussions master Synced 6d ago

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

Rekamy Generator
================

[](#rekamy-generator)

[![](https://camo.githubusercontent.com/b76ee974601ba94ee96622dfc0abd5a03fd35c5eef42d79179504a8eb0a0120d/68747470733a2f2f706f7365722e707567782e6f72672f72656b616d792f67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/rekamy/generator)[![](https://camo.githubusercontent.com/dd8203d3d7917f5168483c22b6b8f77a8b228f0f70d46859a2952b75c471e46d/68747470733a2f2f706f7365722e707567782e6f72672f72656b616d792f67656e657261746f722f6c6963656e7365)](https://github.com/Rekamy/ApiGenerator/blob/master/LICENSE.txt)

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

[](#introduction)

This Generator will generate a complete SPA (Vue JS) CRUD along with the Swagger API Documentation.

Table Of Contents
-----------------

[](#table-of-contents)

Click to expand- [Introduction](#introduction)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

The recommended way to install Rekamy Generator is through Composer.

```
composer require rekamy/generator
```

Next, you will need to publish the generator's config file by running :

```
php artisan vendor:publish --provider "Rekamy\Generator\GeneratorServiceProvider"
```

Configuration
-------------

[](#configuration)

Update the configuration file based on your needs.

```
// Setup your application name here(For Swagger Use).
'app_name' => env('APP_NAME'),

// Which file would you like to generate. Set the value to false you don't want to generate.
'generate' => [
    // ...
],

// Database configuration. Set your database name here or from .env and exclude any tables you don't want to generate
'database' => [
    // Database name
    'name'           => env('DB_DATABASE'),

    // Exclude table name
    'exclude_tables' => [
        // ...
    ]
],

// Path is where you want the generator to generate.
'path' => [
    // ...
],

// Namespace for the generated files.
'namespace' => [
    // ...
],

// options is an add on you can disable these options by setting the value to false
'options' => [
    // ...
]
```

Usage
-----

[](#usage)

(Optional) Publish configuration :

```
php artisan vendor:publish --tag="rekamygenerator"
```

In order to run the generator after configuration, you can run it via :

```
php artisan generate
```

Todo
----

[](#todo)

- handle table name ending with 's'
- progress bar as per Razlan done in previous version

License
-------

[](#license)

Rekamy Generator is open-sourced software licensed under the MIT license

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~42 days

Recently: every ~34 days

Total

27

Last Release

1189d ago

Major Versions

v1.0.2 → v2.0.02020-02-07

v2.0.12 → v3.0.02020-04-10

v3.0.2 → v4.0.02020-12-16

v4.0.1 → v5.0.02022-04-22

v5.0.0 → v6.0.02022-09-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b14675c18d181b827553b457d6ebbdb8ed793e927958b37806d5040f21ce176?d=identicon)[kidzen](/maintainers/kidzen)

---

Top Contributors

[![kidzen](https://avatars.githubusercontent.com/u/14084511?v=4)](https://github.com/kidzen "kidzen (104 commits)")[![firdausishaddin](https://avatars.githubusercontent.com/u/47754088?v=4)](https://github.com/firdausishaddin "firdausishaddin (49 commits)")[![razlanrzk](https://avatars.githubusercontent.com/u/61131095?v=4)](https://github.com/razlanrzk "razlanrzk (40 commits)")[![shahriNidzam23](https://avatars.githubusercontent.com/u/28766475?v=4)](https://github.com/shahriNidzam23 "shahriNidzam23 (10 commits)")[![alif-haikal](https://avatars.githubusercontent.com/u/27876641?v=4)](https://github.com/alif-haikal "alif-haikal (3 commits)")[![ashrulpuo](https://avatars.githubusercontent.com/u/35438362?v=4)](https://github.com/ashrulpuo "ashrulpuo (2 commits)")[![Exee03](https://avatars.githubusercontent.com/u/45579836?v=4)](https://github.com/Exee03 "Exee03 (1 commits)")[![Mhdamsyar](https://avatars.githubusercontent.com/u/79818378?v=4)](https://github.com/Mhdamsyar "Mhdamsyar (1 commits)")

---

Tags

requestapilaravelswaggergeneratormodelviewcrudcontrollerrepositoryDesignPattern

### Embed Badge

![Health badge](/badges/rekamy-generator/health.svg)

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

PHPackages © 2026

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