Badge Poser
he PHP badges, renders some badges for your readme with the packagist information.
Parameters
Click to show/close parameters
Name | Type | Required | Default | Description | More Description |
---|---|---|---|---|---|
package | string | true | Package name | For example: phpunit/phpunit . | |
type | string | true | Badge type | Supported: v (latest stable version), v/unstable (latest unstable version), downloads (total downloads), license (license), and more values can be found in Packagist badges. | |
style | string | flat | Badge style | Supported: flat flat-square plastic for-the-badge . |
txt
https://poser.pugx.org/{package}/{type}{?style}
Examples
markdown
<!-- phpunit/phpunit -->
