Backend IA ChatGPT 10 visualizacoes

Build a PHP Backend with a Complete REST API

php api rest jwt backend mysql phpunit
ESCOPO

Prompt to generate modern PHP backends with a REST API. Includes JWT authentication, validation, pagination, filters, relationships, tests, and OpenAPI documentation.

Conteudo
Prompt principal
Create a PHP 8+ backend with a complete, professional REST API.

## Specifications
- Name: [SYSTEM_NAME]
- Features: [FEATURE_LIST]
- Database: MySQL 8+
- Auth: JWT

## Structure
/src/Controllers, /Models, /Middlewares, /Services, /Validators

## Auth Endpoints
- POST /api/auth/register
- POST /api/auth/login
- POST /api/auth/refresh
- POST /api/auth/logout
- GET  /api/auth/me

## CRUD by resource
- GET    /api/{resource}      — list with pagination and filters
- POST   /api/{resource}      — create
- GET    /api/{resource}/{id} — details
- PUT    /api/{resource}/{id} — update
- DELETE /api/{resource}/{id} — remove (soft delete)

## Required standards
- Response: { data, meta, errors }
- Pagination: { page, per_page, total, last_page }
- Filters via query string
- Rate limiting: 60 req/min
- CORS configured
- Validation in Portuguese
- Global exception handling
- Structured logs

## Database
- Versioned migrations
- Test seeds
- Indexes and Foreign keys

## Tests
- PHPUnit unit and integration
- Coverage >= 80%

## Docs
- OpenAPI 3.0 (Swagger)
- Postman Collection

Generate all files with functional code.

Conteudo completo

Cabecalho, escopo, prompt principal, modulos, agentes

Visao completa do projeto

Build a PHP Backend with a Complete REST API

# www.prompthubai.com.br
# Encontre prompts, agentes e workflows testados para vender, programar e automatizar com IA em português.

# Build a PHP Backend with a Complete REST API

## Cabecalho
- Tipo: Conteudo
- Categoria: Backend
- Modulos: 0
- Agentes: 0

## Escopo
Prompt to generate modern PHP backends with a REST API. Includes JWT authentication, validation, pagination, filters, relationships, tests, and OpenAPI documentation.

## Prompt Principal
Create a PHP 8+ backend with a complete, professional REST API.

## Specifications
- Name: [SYSTEM_NAME]
- Features: [FEATURE_LIST]
- Database: MySQL 8+
- Auth: JWT

## Structure
/src/Controllers, /Models, /Middlewares, /Services, /Validators

## Auth Endpoints
- POST /api/auth/register
- POST /api/auth/login
- POST /api/auth/refresh
- POST /api/auth/logout
- GET  /api/auth/me

## CRUD by resource
- GET    /api/{resource}      — list with pagination and filters
- POST   /api/{resource}      — create
- GET    /api/{resource}/{id} — details
- PUT    /api/{resource}/{id} — update
- DELETE /api/{resource}/{id} — remove (soft delete)

## Required standards
- Response: { data, meta, errors }
- Pagination: { page, per_page, total, last_page }
- Filters via query string
- Rate limiting: 60 req/min
- CORS configured
- Validation in Portuguese
- Global exception handling
- Structured logs

## Database
- Versioned migrations
- Test seeds
- Indexes and Foreign keys

## Tests
- PHPUnit unit and integration
- Coverage >= 80%

## Docs
- OpenAPI 3.0 (Swagger)
- Postman Collection

Generate all files with functional code.

Todos os modulos

0 modulos deste projeto

Todos os agentes

0 agentes deste projeto

Prompts Relacionados

Build a PHP Backend with a Full REST API
Backend ChatGPT
Operational prompt Ideal for Technical team

Build a PHP Backend with a Full REST API

Architecture, foundation and governance

Prompt to generate a PHP 8 backend with a REST API following best practices, JWT authentication, and documentation.

Saves: 1 technical setup Includes: prompt + blueprint Rated by the community
Playbook: Gradual Deploy Strategy
Backend ChatGPT
Operational prompt Ideal for Technical team

Playbook: Gradual Deploy Strategy

Architecture, foundation and governance

Plan a gradual rollout with rollback criteria. Structured prompt with steps, output format, and quality criteria.

Saves: 1 technical setup Includes: prompt + blueprint Ready to adapt
Critique: Feature Toggle Strategy
Backend Claude
Operational prompt Ideal for Technical team

Critique: Feature Toggle Strategy

Architecture, foundation and governance

Plan a feature toggle without piling up technical debt. A structured prompt with steps, output format, and quality crite…

Saves: 1 technical setup Includes: prompt + blueprint Ready to adapt
Plan: API Security Reviewer
Backend ChatGPT
Operational prompt Ideal for Technical team

Plan: API Security Reviewer

Architecture, foundation and governance

Check an API’s authentication, authorization, and data exposure. Structured prompt with steps, output format, and qualit…

Saves: 1 technical setup Includes: prompt + blueprint Ready to adapt