{"id":47709201,"url":"https://github.com/smnandre/symfony-cli-menubar","last_synced_at":"2026-04-02T18:22:24.337Z","repository":{"id":347865145,"uuid":"1191635268","full_name":"smnandre/symfony-cli-menubar","owner":"smnandre","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-29T21:19:49.000Z","size":591,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T21:26:42.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://smnandre.github.io/symfony-cli-menubar/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smnandre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["smnandre"]}},"created_at":"2026-03-25T12:47:07.000Z","updated_at":"2026-03-29T21:19:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smnandre/symfony-cli-menubar","commit_stats":null,"previous_names":["smnandre/symfony-cli-menubar"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/smnandre/symfony-cli-menubar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smnandre%2Fsymfony-cli-menubar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smnandre%2Fsymfony-cli-menubar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smnandre%2Fsymfony-cli-menubar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smnandre%2Fsymfony-cli-menubar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smnandre","download_url":"https://codeload.github.com/smnandre/symfony-cli-menubar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smnandre%2Fsymfony-cli-menubar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-02T18:22:23.394Z","updated_at":"2026-04-02T18:22:24.324Z","avatar_url":"https://github.com/smnandre.png","language":"Swift","funding_links":["https://github.com/sponsors/smnandre"],"categories":[],"sub_categories":[],"readme":"# Symfony CLI Menu Bar\n\n\u003e A native macOS menu bar app for managing local [Symfony CLI](https://github.com/symfony-cli/symfony-cli) servers.\n\n![Symfony CLI Menu Bar](assets/symfony-cli-menubar.banner.jpg)\n\nAccess, start, and stop your local Symfony servers from the menu bar. Open them in your browser, view logs, manage PHP versions and proxy domains — without leaving your current context.\n\n## Features\n\n- **Server management**: view all your Symfony local servers at a glance; start and stop them directly from the menu\n- **One-click browser open**: open any running server in your default browser instantly\n- **Server logs**: jump straight to `symfony server:log` in Terminal, pre-filled for the right project\n- **PHP versions**: see all installed PHP versions and set the default\n- **Proxy domains**: manage `.wip` Symfony proxy domains\n- **Auto-updates**: built-in update notifications powered by Sparkle\n- **Start at Login**: optionally launch on login so it is always available\n\n## Requirements\n\n- macOS 14.0 or later\n- [Symfony CLI](https://symfony.com/download) installed and available in your `PATH`\n\n## Installation\n\n### Download (recommended)\n\nDownload the latest `.dmg` from the [Releases page](https://github.com/smnandre/symfony-cli-menubar/releases), open it,\nand drag **Symfony CLI Menu Bar** to your Applications folder.\n\n### Build from Source\n\n```bash\ngit clone https://github.com/smnandre/symfony-cli-menubar.git\ncd symfony-cli-menubar\n\n# Build and package\nswift build -c release\n./scripts/package.sh release\n\n# Run\nopen SymfonyCLIMenuBar.app\n```\n\n## Contributing\n\nContributions are welcome. Please open an issue before submitting a pull request for significant changes.\nSee [CONTRIBUTING.md](.github/CONTRIBUTING.md) for development guidelines.\n\n## Thanks\n\nSymfony CLI Menu Bar builds on top of remarkable open source work.\n\n**[Symfony](https://symfony.com)**: the PHP framework this whole ecosystem is built on.\nFabien Potencier [@fabpot](https://github.com/fabpot) and the Symfony contributors.\n\n**[Symfony CLI](https://github.com/symfony-cli/symfony-cli)**: the local server tooling this app brings to your menu\nbar.\nFabien Potencier [@fabpot](https://github.com/fabpot) and Tugdual Saunier [@tucksaun](https://github.com/tucksaun).\n\n## License\n\nReleased by [Simon André](https://smnandre.dev) under the [MIT License](LICENSE).\n\n\"Symfony\" and the Symfony logo are registered trademarks of [Symfony SAS](https://symfony.com). The Symfony name and\nlogo are used in this project with the kind permission of the Symfony team. This project is not affiliated with or\nendorsed by Symfony SAS or SensioLabs. See [NOTICE](NOTICE) for full trademark notices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmnandre%2Fsymfony-cli-menubar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmnandre%2Fsymfony-cli-menubar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmnandre%2Fsymfony-cli-menubar/lists"}