Skip to main content

dev-toolings/superpowers-symfony

SkillsMP 已收集 dev-toolings/superpowers-symfony 中的 44 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
44
GitHub 星标
206
GitHub Forks
20

已展示 40 / 44 个已收集 Skill。

职业分类
软件开发工程师
描述

Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned REST/GraphQL APIs

原文语言:英语

更新
职业分类
软件开发工程师
描述

Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access control

原文语言:英语

更新
职业分类
软件开发工程师
描述

Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval and persistence from entities

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication

原文语言:英语

更新
职业分类
软件开发工程师
描述

Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to versioning; plus path/header strategies

原文语言:英语

更新
职业分类
软件开发工程师
描述

Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structured brainstorming for Symfony projects - explore requirements, identify components, and plan architecture collaboratively

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings

原文语言:英语

更新
职业分类
软件开发工程师
描述

Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement CQRS in Symfony with separate Command and Query buses/handlers using the Messenger component

原文语言:英语

更新
职业分类
软件开发工程师
描述

Daily development workflow for Symfony projects including common tasks, debugging, and productivity tips

原文语言:英语

更新
职业分类
软件开发工程师
描述

Process large datasets with Doctrine (ORM 3 toIterable, flush+clear, bulk DQL) and memory management

原文语言:英语

更新
职业分类
软件开发工程师
描述

React to Doctrine entity lifecycle in Symfony with attribute listeners (#[AsDoctrineListener]/#[AsEntityListener], ORM 3) and lifecycle callbacks

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize Doctrine fetching with DTO hydration (SELECT NEW; partial removed in ORM 3), lazy loading, query hints, and DBAL 4 access

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences, and relationships

原文语言:英语

更新
职业分类
软件开发工程师
描述

Create and manage Doctrine migrations (lib 4.x) for schema versioning; handle dependencies, rollbacks, and production deployment

原文语言:英语

更新
职业分类
软件开发工程师
描述

Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure cascade, orphan removal, multiple entity managers; prevent N+1 queries

原文语言:英语

更新
职业分类
软件开发工程师
描述

Handle Doctrine transactions (ORM 3 wrapInTransaction), optimistic/pessimistic locking, flush strategies, and transaction boundaries

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios

原文语言:英语

更新
职业分类
软件开发工程师
描述

Provide effective context to Claude for Symfony development with relevant files, patterns, and constraints

原文语言:英语

更新
职业分类
软件开发工程师
描述

Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build Symfony forms with custom Form Types, validation constraints, HTTP 422 handling, and multi-step flows

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA rollback

原文语言:英语

更新
职业分类
软件开发工程师
描述

Handle message failures with retry strategies, failure transport, and recovery in Symfony Messenger (Recoverable/Unrecoverable exceptions)

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement Hexagonal Architecture (Ports and Adapters) in Symfony; separate domain logic from infrastructure with clear boundaries

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Run code quality tools: PHP-CS-Fixer for style, PHPStan for static analysis, and type safety checks

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Select and configure the appropriate command runner based on Docker Compose standard, Symfony Docker (FrankenPHP), or host environment

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement the Strategy pattern with Symfony's tagged services for runtime algorithm selection and extensibility

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede

原文语言:英语

更新
职业分类
软件开发工程师
描述

Async message handling with Symfony Messenger; configure transports (RabbitMQ, Redis, Doctrine); implement handlers, middleware, and retry strategies

原文语言:英语

更新
职业分类
软件开发工程师
描述

Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and integrate with Messenger

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization separately

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Apply RED-GREEN-REFACTOR with Pest v4 (PHP 8.3+) for Symfony via the PHPUnit bridge; Foundry factories, WebTestCase, verify failures first

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes (#[Test]/#[DataProvider]), Foundry

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Create test doubles with PHPUnit mocks for isolated unit testing in Symfony

原文语言:英语

更新
已展示 40 / 44 个已收集 Skill。