8000 Add multiple badges into README by matks · Pull Request #37370 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Add multiple badges into README #37370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<img src="https://symfony.com/logos/symfony_black_02.svg">
</a></p>

![GitHub tests status](https://github.com/symfony/symfony/workflows/Tests/badge.svg)
[![Travis Status](https://travis-ci.org/symfony/symfony.svg?branch=master)](https://travis-ci.org/symfony/symfony)
[![AppVeyor status](https://img.shields.io/appveyor/build/fabpot/symfony/master)](https://ci.appveyor.com/project/fabpot/symfony)
[![GitHub forks](https://img.shields.io/github/forks/symfony/symfony)](https://github.com/symfony/symfony/network)
[![GitHub stars](https://img.shields.io/github/stars/symfony/symfony)](https://github.com/symfony/symfony/stargazers)
[![Packagist Downloads](https://img.shields.io/packagist/dm/symfony/symfony)](https://packagist.org/packages/symfony/symfony)
[![Packagist Version](https://img.shields.io/packagist/v/symfony/symfony)](https://packagist.org/packages/symfony/symfony)
[![GitHub license](https://img.shields.io/github/license/symfony/symfony)](https://github.com/symfony/symfony/blob/master/LICENSE)

[Symfony][1] is a **PHP framework** for web and console applications and a set of reusable
**PHP components**. Symfony is used by thousands of web applications (including
BlaBlaCar.com and Spotify.com) and most of the [popular PHP projects][2] (including
Expand Down
0