symfony-framework

Generate Symfony 6.4 web applications with Doctrine ORM and API Platform.

9|2|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/atournayre/claude-marketplace --skill symfony-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: symfony-framework
Source: https://github.com/atournayre/claude-marketplace/tree/main/symfony/skills/symfony-skill
Command: npx skills add https://github.com/atournayre/claude-marketplace --skill symfony-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires php, composer, symfony-cli, mysql, postgresql, sqlite, nodejs, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the complexity of Symfony framework development by providing automated code generation, deployment scripts, and comprehensive best practices documentation.

Core Features & Use Cases

  • Code Generation: Automated entity and CRUD creation with custom scripts.
  • API Development: Complete RESTful API and GraphQL setup with authentication.
  • Use Case: Imagine you need to build a complete e-commerce API. Use this Skill to generate entities, create API endpoints, implement security, and deploy to production automatically.

Quick Start

Create a new Symfony 6.4 web application project using the command: symfony new my_project --version="6.4.*" --webapp

Frequently Asked Questions about symfony-framework

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Symfony 6.4 web application from scratch?

Create a new Symfony 6.4 web application using symfony new my_project --version="6.4.*" --webapp. This scaffolds a complete project with configuration, database setup, and development dependencies pre-configured for PHP 8.1+.

Can I generate entities and CRUD operations automatically in Symfony?

Yes, Symfony supports automated entity and CRUD creation through code generation scripts. This Skill provides custom scripts that generate database entities, API endpoints, and form scaffolding to accelerate development.

How do I set up a RESTful API with authentication in Symfony?

Symfony with API Platform enables complete RESTful and GraphQL API setup including authentication configuration. This Skill covers full API development, security implementation, and endpoint creation integrated with Doctrine ORM.

What databases does Symfony support for production applications?

Symfony works with MySQL, PostgreSQL, and SQLite databases. This Skill covers Doctrine ORM configuration and optimization for all three database systems in Symfony 6.4 projects.

Does Symfony include built-in security features for production?

Symfony provides comprehensive security configurations including authentication, authorization, and middleware. This Skill includes security setup and best practices for production deployment across Symfony-based projects.

How do I deploy a Symfony application to production?

Symfony deployment involves environment configuration, dependency management via Composer, and performance tuning. This Skill automates deployment workflows and provides scripts for moving applications from development to production environments.