Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 44 skills de dev-toolings/superpowers-symfony. Abre una skill para revisar su origen y sus detalles.
Mostrando 40 de 44 skills recopiladas.
Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts
Idioma del texto original: inglés
Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy
Idioma del texto original: inglés
Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned REST/GraphQL APIs
Idioma del texto original: inglés
Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access control
Idioma del texto original: inglés
Control API Platform serialization with groups,
Idioma del texto original: inglés
Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval and persistence from entities
Idioma del texto original: inglés
Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication
Idioma del texto original: inglés
Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to versioning; plus path/header strategies
Idioma del texto original: inglés
Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements
Idioma del texto original: inglés
Structured brainstorming for Symfony projects - explore requirements, identify components, and plan architecture collaboratively
Idioma del texto original: inglés
Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings
Idioma del texto original: inglés
Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands
Idioma del texto original: inglés
Implement CQRS in Symfony with separate Command and Query buses/handlers using the Messenger component
Idioma del texto original: inglés
Daily development workflow for Symfony projects including common tasks, debugging, and productivity tips
Idioma del texto original: inglés
Process large datasets with Doctrine (ORM 3 toIterable, flush+clear, bulk DQL) and memory management
Idioma del texto original: inglés
React to Doctrine entity lifecycle in Symfony with attribute listeners (#[AsDoctrineListener]/#[AsEntityListener], ORM 3) and lifecycle callbacks
Idioma del texto original: inglés
Optimize Doctrine fetching with DTO hydration (SELECT NEW; partial removed in ORM 3), lazy loading, query hints, and DBAL 4 access
Idioma del texto original: inglés
Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences, and relationships
Idioma del texto original: inglés
Create and manage Doctrine migrations (lib 4.x) for schema versioning; handle dependencies, rollbacks, and production deployment
Idioma del texto original: inglés
Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure cascade, orphan removal, multiple entity managers; prevent N+1 queries
Idioma del texto original: inglés
Handle Doctrine transactions (ORM 3 wrapInTransaction), optimistic/pessimistic locking, flush strategies, and transaction boundaries
Idioma del texto original: inglés
Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios
Idioma del texto original: inglés
Provide effective context to Claude for Symfony development with relevant files, patterns, and constraints
Idioma del texto original: inglés
Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation
Idioma del texto original: inglés
Build Symfony forms with custom Form Types, validation constraints, HTTP 422 handling, and multi-step flows
Idioma del texto original: inglés
Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA rollback
Idioma del texto original: inglés
Master Symfony Dependency Injection with autowiring,
Idioma del texto original: inglés
Handle message failures with retry strategies, failure transport, and recovery in Symfony Messenger (Recoverable/Unrecoverable exceptions)
Idioma del texto original: inglés
Implement Hexagonal Architecture (Ports and Adapters) in Symfony; separate domain logic from infrastructure with clear boundaries
Idioma del texto original: inglés
Run code quality tools: PHP-CS-Fixer for style, PHPStan for static analysis, and type safety checks
Idioma del texto original: inglés
Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the
Idioma del texto original: inglés
Select and configure the appropriate command runner based on Docker Compose standard, Symfony Docker (FrankenPHP), or host environment
Idioma del texto original: inglés
Implement the Strategy pattern with Symfony's tagged services for runtime algorithm selection and extensibility
Idioma del texto original: inglés
Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede
Idioma del texto original: inglés
Async message handling with Symfony Messenger; configure transports (RabbitMQ, Redis, Doctrine); implement handlers, middleware, and retry strategies
Idioma del texto original: inglés
Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and integrate with Messenger
Idioma del texto original: inglés
Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization separately
Idioma del texto original: inglés
Apply RED-GREEN-REFACTOR with Pest v4 (PHP 8.3+) for Symfony via the PHPUnit bridge; Foundry factories, WebTestCase, verify failures first
Idioma del texto original: inglés
Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes (#[Test]/#[DataProvider]), Foundry
Idioma del texto original: inglés
Create test doubles with PHPUnit mocks for isolated unit testing in Symfony
Idioma del texto original: inglés