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 1mo ago

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 5% 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

946d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbf5e6a226769a5bcb1bfd4b41c03b2a08c9b43d1bd6f813ca1454dd92f6e29b?d=identicon)[sfering](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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