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

ActivePackage[API Development](/categories/api)

lbmadesia/api-generator
=======================

To create a api with all related files like controller, route etc with a simple restapi.

v1.0.2(4y ago)038MITPHP

Since Feb 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lbmadesia/api-generator)[ Packagist](https://packagist.org/packages/lbmadesia/api-generator)[ RSS](/packages/lbmadesia-api-generator/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

api-generator
=============

[](#api-generator)

A Laravel api-generator Package for Laravel AdminPanel &lt;  &gt;

License
=======

[](#license)

This api-generator is open-sourced software licensed under the MIT license

Official Documentation
======================

[](#official-documentation)

To get started with api-generator, use Composer to add the package to your project's dependencies:

```
composer require lbmadesia/api-generator

```

Since you would be having work of this api-generator, while creating your project, hence only require it in the dev environment.

### Configuration

[](#configuration)

After installing the Generator, register the `Lbmadesia\ApiGenerator\Provider\ApiCrudGeneratorServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    Lbmadesia\ApiGenerator\Provider\ApiCrudGeneratorServiceProvider::class
],
```

you need to run below command for publish migration, view and config file:

```
php artisan vendor:publish --tag=api-generator

```

and you can get the title "Api Management" from package's translation file by using:

```
{{ trans('generator::menus.apis.management') }}

```

Link Api management with route

```
{{ route('admin.apis.index') }}

```

Contribute
==========

[](#contribute)

You can contribute to this project, by just taking fork of it. We are open for suggestion and PRs. If you have any new suggestions or anything for that matter, contact me at

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

1563d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8a0735b8c79193b656dbf4bcb3bbf109bc2839d75b2923c9e909ed6847d715c?d=identicon)[lbmadesia](/maintainers/lbmadesia)

---

Top Contributors

[![lbmadesia](https://avatars.githubusercontent.com/u/77066858?v=4)](https://github.com/lbmadesia "lbmadesia (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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