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