Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Cachet Badger

A badge generator for Laravel 5 and 6.

Installation

This version requires PHP 7.1 - 7.3, and supports Laravel 5.5 and above.

To get the latest version, simply require the project using Composer:

$ composer require cachethq/badger

Once installed, if you are not using automatic package discovery, then you need to register the CachetHQ\Badger\BadgerServiceProvider service provider in your config/app.php.

Examples

Get started immediately:

// Using the facade
Badger::generate('license', 'MIT', 'blue', 'plastic')

// Dependency injection example
$badger->generate('license', 'MIT', '#ff69b4', 'plastic')

License Blue MIT License Custom MIT

Usage

The generate method takes four parameters:

Badger::generate('license', 'MIT', 'blue', 'flat-square')

The first parameter is the subject, or what it is the badge is showing. In the example above this is the license. The second parameter is the value (the right hand of the badge). Next is the color of the badge. This can be one of the following preset colors or a valid hex string.

  • brightgreen
  • green
  • yellow
  • yellowgreen
  • orange
  • red
  • blue
  • grey
  • lightgray

And finally the fourth parameter is the badge type. This determines the style of the badge and can be one of the four values below.

  • flat-square (default)
  • plastic-flat, flat
  • plastic
  • social (without links)

Security

If you discover a security vulnerability within this package, please e-mail us at support@cachethq.io. All security vulnerabilities will be promptly addressed.

License

Cachet Badger is licensed under The MIT License (MIT).

Based on the work done at badges/poser.

About

A Badge Generator For Laravel 5 and 6.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages