Free · Open Source · Packagist-Powered
Badges for your Laravel packages
Dynamic SVG badges that detect Laravel version compatibility directly from Packagist. Show supported versions at a glance in your README.
Example: nunomaduro/laravel-sluggable
Available badges
Choose a badge type to add to your package README.
Laravel Version Compatibility
Reads composer.json from Packagist
Shows which Laravel versions your package supports. Detects constraints on
laravel/framework
and
illuminate/*
automatically.
Laravel Contributor
Verified via GitHub merged PRs
Show that you've contributed to the Laravel ecosystem. Checks for merged pull requests across
laravel/framework,
laravel/laravel, and
laravel/docs.
Laravel Boost Badge
For projects using the Laravel Boost AI skill
Show that your project uses the Laravel Boost AI skill. A static badge with lavender styling that matches the Boost brand.
Livewire Version Compatibility
Reads composer.json from Packagist
Shows which Livewire versions your package supports. Detects constraints on
livewire/livewire
automatically.
Inertia Version Compatibility
Reads composer.json from Packagist
Shows which Inertia versions your package supports. Detects constraints on
inertiajs/inertia-laravel
automatically.
More badges coming soon
Follow @peterfox on 𝕏 to hear about new badges first.
How it works
Three steps from package name to badge.
Enter a package name
Type any public Packagist vendor/package into the generator above.
We parse the requirements
Package metadata is fetched from Packagist and Laravel or Illuminate version constraints are resolved automatically. Responses are cached for 24 hours.
Copy to your README
Get a dynamic SVG badge URL with copy-ready Markdown and HTML snippets for your repository README or package page.
Popular examples
See the different badge types in action.
Frequently asked questions
Who is the contributor badge for?
laravel/framework, laravel/laravel, or laravel/docs. Add it to your GitHub profile README to show your contribution to the Laravel ecosystem.
How does this detect Laravel compatibility?
Does it support illuminate packages?
illuminate/* components are fully supported and detected automatically.