Skip to content

Commit f8b2454

Browse files
committed
feat(catalog): add Symfony CLI as PHP tool
1 parent bdd1e22 commit f8b2454

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

catalog/symfony.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "symfony",
3+
"category": "php",
4+
"install_method": "github_release_binary",
5+
"description": "Symfony CLI for local development, cloud deployment, and project scaffolding",
6+
"homepage": "https://symfony.com/download",
7+
"github_repo": "symfony-cli/symfony-cli",
8+
"binary_name": "symfony",
9+
"download_url_template": "https://github.com/symfony-cli/symfony-cli/releases/download/{version}/symfony-cli_linux_{arch}.tar.gz",
10+
"arch_map": {
11+
"x86_64": "amd64",
12+
"aarch64": "arm64",
13+
"armv7l": "armv6",
14+
"i686": "386"
15+
},
16+
"guide": {
17+
"display_name": "Symfony CLI",
18+
"install_action": "install",
19+
"order": 265
20+
},
21+
"notes": "Standalone CLI for Symfony development. Includes local web server, security checker, and cloud deployment."
22+
}

0 commit comments

Comments
 (0)