PHPackages                             sfering/slim4-api-skeleton-crud-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. [Framework](/categories/framework)
4. /
5. sfering/slim4-api-skeleton-crud-generator

ActiveLibrary[Framework](/categories/framework)

sfering/slim4-api-skeleton-crud-generator
=========================================

CRUD Generator for Slim 4 - Api Skeleton.

0.0.3(2y ago)010MITPHPPHP &gt;=5.3.0

Since Oct 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sfering/api-slim-php-crud-generator)[ Packagist](https://packagist.org/packages/sfering/slim4-api-skeleton-crud-generator)[ RSS](/packages/sfering-slim4-api-skeleton-crud-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

CRUD GENERATOR: FOR SLIM 4 - API SKELETON
=========================================

[](#crud-generator-for-slim-4---api-skeleton)

This package provide a command to generate CRUD endpoints to manage any simple entity/table, in a RESTful API.

Given a resource, like a table in MySQL, auto-generate simple CRUD endpoints.

For example, if you have a table with the name 'user', the script generate the new endpoints on routes `/user`.

Following the previous example, the command generate 5 (five) new endpoints:

- Get Users: `GET /user`
- Create User: `POST /user`
- Get an User: `GET /user/{id}`
- Update User: `PUT /user/{id}`
- Delete User: `DELETE /user/{id}`

So, the script generate a real example with all files and directories: Controller, Services, Repository, etc, etc, that allow you to manage the new resource using it like a RESTful API.

Furthermore, the script make a file with PHPUnit tests, for each new endpoint generated.

HOW TO USE:
-----------

[](#how-to-use)

```
$ php console api:generate:endpoints [table-name]
OK - Generated endpoints for entity: [table-name]
```

**This package is for exclusive use of this [Slim 4 - Api Skeleton](https://github.com/maurobonfietti/slim4-api-skeleton) project.**

*Work In Progress...***Work In Progress...*****Work In Progress ;-)***

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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

Total

2

Last Release

999d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44178024?v=4)[Andrey Baranvovsky](/maintainers/sfering)[@sfering](https://github.com/sfering)

---

Top Contributors

[![sfering](https://avatars.githubusercontent.com/u/44178024?v=4)](https://github.com/sfering "sfering (6 commits)")

### Embed Badge

![Health badge](/badges/sfering-slim4-api-skeleton-crud-generator/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M297](/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)
