emacs-symfony-cli

Artifact [5300c217a4]
Login

Artifact 5300c217a44be7a23d42988b47c56065ad338a7971b1d8c68927ca0ae6968d79:

Wiki page [emacs-symfony-cli] by debian on 2025-07-19 20:13:15.
D 2025-07-19T20:13:15.723
L emacs-symfony-cli
N text/x-markdown
P 7649cda0f6f70df5b35145f1a740cd22452767344a426878ae73f6bcab69866c
U debian
W 1009
# emacs-symfony-cli
Status: Pre-Alpha

This Emacs package offers an interface of ./bin/console for Symfony development, inspired by the functionality and user experience of Magit. 
It aims to streamline usage of Symfony cli making it easier to interact with Symfony projects using Emacs.

## Features
- List all Symfony console actions and their options [planned]
- Execute actions and see output buffers with links to the classes for quick jumps [planned]
- Debug routes / service containers and use other debug symfony actions [planned]

## How to start contributing
You will need PHP, composer and Symfony installation.
[Symfony PHP extension requirements](https://symfony.com/doc/current/setup.html)

- `sudo apt install php composer git `
- `git clone https://github.com/symfony/demo.git`
- `cd demo`
- `sudo apt install php-sqlite3 php-tokenizer php-xml php-opcache` # install symfony required php extensions
- `composer install`
- `./bin/console` # The screen that we need to wrap

Z a72295a79c1501aef370365fedcfb450