PHPackages                             maurobonfietti/skel-api-slim-php-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. [API Development](/categories/api)
4. /
5. maurobonfietti/skel-api-slim-php-crud-generator

ActivePackage[API Development](/categories/api)

maurobonfietti/skel-api-slim-php-crud-generator
===============================================

CRUD Generator for Slim 4 - Api Skeleton.

0.22.0(1y ago)269.6k↓45.2%10[3 issues](https://github.com/maurobonfietti/slim4-api-skeleton-crud-generator/issues)1MITPHPPHP &gt;=5.3.0

Since Oct 6Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (41)Used By (1)

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

38

—

LowBetter than 85% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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 ~48 days

Recently: every ~269 days

Total

39

Last Release

579d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24535949?v=4)[Mauro Bonfietti](/maintainers/maurobonfietti)[@maurobonfietti](https://github.com/maurobonfietti)

---

Top Contributors

[![maurobonfietti](https://avatars.githubusercontent.com/u/24535949?v=4)](https://github.com/maurobonfietti "maurobonfietti (122 commits)")[![GoldraK](https://avatars.githubusercontent.com/u/1814307?v=4)](https://github.com/GoldraK "GoldraK (3 commits)")

### Embed Badge

![Health badge](/badges/maurobonfietti-skel-api-slim-php-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/maurobonfietti-skel-api-slim-php-crud-generator/health.svg)](https://phpackages.com/packages/maurobonfietti-skel-api-slim-php-crud-generator)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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