承接 sfering/slim4-api-skeleton-crud-generator 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sfering/slim4-api-skeleton-crud-generator

最新稳定版本:0.0.3

Composer 安装命令:

composer require sfering/slim4-api-skeleton-crud-generator

包简介

CRUD Generator for Slim 4 - Api Skeleton.

README 文档

README

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:

$ 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 project.

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

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-22