emacs-symfony-cli

Changes To emacs-symfony-cli
Login

Changes to "emacs-symfony-cli" between 2025-07-19 22:27:54 and 2025-08-03 12:31:51

1
2
3

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31



1


2


















3
4
5
6
7
8
9
-
-
-
+
-
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-







# emacs-symfony-cli
Status: Pre-Alpha

Example of ./bin/console output
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)

- `fossil clone http://username@wkz-devel.org/emacs-symfony-cli/` # change username to your login in fossil
- `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

## Example of ./bin/console output
```
./bin/console 
Symfony 7.2.3 (env: dev, debug: true)

Usage:
  command [options] [arguments]