Skip to content

Render some badges for your readme with the packagist information.

License

Notifications You must be signed in to change notification settings

toretto460/badge-poser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Badge-Poser

Use shields for you packagist.org repository, that shows how many times your project has been downloaded from Packagist.org or its latest stable version.

This project is still in ALPHA and you shouldn't use it yet (protocol and domain will change).

Downloads Latest Stable Version Latest Unstable Version Build Status

How to create your own Badge

  • Go to the Badge Poser website
  • Insert username/repository and click Generate
  • That's it! Copy the Markdown into the README.md

Examples

Total downloads Downloads

[![Total Downloads](https://poser.pugx.org/symfony/symfony/d/total.png)](https://packagist.org/packages/symfony/symfony)

Monthly downloads Downloads

[![Monthly Downloads](https://poser.pugx.org/symfony/symfony/d/monthly.png)](https://packagist.org/packages/symfony/symfony)

Daily downloads Downloads

[![Daily Downloads](https://poser.pugx.org/symfony/symfony/d/daily.png)](https://packagist.org/packages/symfony/symfony)

Latest Stable Version Stable Version

[![Latest Stable Version](https://poser.pugx.org/symfony/symfony/version.png)](https://packagist.org/packages/symfony/symfony)

Latest Unstable Version Stable Version

[![Latest Unstable Version](https://poser.pugx.org/symfony/symfony/v/unstable.png)](https://packagist.org/packages/symfony/symfony)

Why a composer badge?

Not only because all the other languages already had it, but having the latest stable release in the readme could save developer time.

Contribution

Active contribution and patches are very welcome. See the github issues there are some tagged as easy-pick. To keep things in shape we have quite a bunch of unit tests. If you're submitting pull requests please make sure that they are still passing and if you add functionality please take a look at the coverage as well it should be pretty high :)

  • First fork or clone the repository
git clone git:https://github.com/PUGX/badge-poser.git
cd badge-poser
  • Install vendors:
php composer.phar self-update
php composer.phar install
  • This will give you proper results:
./bin/phpunit -c app

This project was inspired by pypy

About

Render some badges for your readme with the packagist information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 63.5%
  • JavaScript 36.5%