Skip to content

cafferata/symfony-cli

This branch is 72 commits behind symfony-cli/symfony-cli:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 18, 2024
May 5, 2024
Dec 9, 2024
Jan 1, 2025
Oct 17, 2023
Jan 1, 2022
Nov 4, 2023
Jul 19, 2024
Jan 6, 2025
May 10, 2024
Sep 18, 2023
Jan 30, 2022
Apr 6, 2024
Jan 1, 2025
Oct 11, 2024
Dec 30, 2021
Dec 7, 2024
Oct 8, 2024
Oct 8, 2024
Jul 12, 2024

Repository files navigation

The Symfony binary is a must-have tool when developing Symfony applications on your local machine. It provides:

Installation

Read the installation instructions on symfony.com.

Signature Verification

Symfony binaries are signed using cosign, which is part of sigstore. Signatures can be verified as follows (OS and architecture omitted for clarity):

$ COSIGN_EXPERIMENTAL=1 cosign verify-blob --signature symfony-cli.sig symfony-cli
tlog entry verified with uuid: "2b7ca2bfb7ee09114a15d60761c2a0a8c97f07cc20c02e635a92ba137a08a6de" index: 1261963
Verified OK

The above uses the (currently experimental) keyless signing method. Alternatively, one can verify the signature by also providing the certificate:

$ cosign verify-blob --cert symfony-cli.pem --signature symfony-cli.sig symfony-cli
Verified OK

Security Issues

If you discover a security vulnerability, please follow our disclosure procedure.

Sponsorship

Package repository hosting is graciously provided by cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence. We believe there’s a better way to manage software assets and packages, and they're making it happen!

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.8%
  • PHP 5.9%
  • Shell 2.3%