This package provides a Laravel wrapper for unavatar.
You can install the package via composer:
composer require astrotomic/laravel-unavatar
php artisan vendor:publish --provider="Astrotomic\LaravelUnavatar\UnavatarServiceProvider" --tag=config
Most of the logic and possibilities is inherited from the astrotomic/php-unavatar base package.
On top this package adds some Laravel specific possibilities.
The \Astrotomic\LaravelUnavatar\Unavatar
class implements several interfaces:
\Illuminate\Contracts\Support\Renderable
\Illuminate\Contracts\Support\Responsable
\Illuminate\Contracts\Support\Htmlable
\Illuminate\Contracts\Support\Jsonable
\JsonSerializable
\Illuminate\Contracts\Support\Arrayable
So you can use the use your Unavatar
instances in your controllers as response but for sure also in your views.
The last three ones will use the unavatar JSON API - so they will start a HTTP request.
The package provides a blade component you can use in your views.
<x-unavatar::img :email="$user->email" :alt="$user->name" />
<img
src="https://unavatar.now.sh/gummibeer@astrotomic.info"
alt="Gummibeer"
loading="lazy"
/>
You can also publish the used view and customize it.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.
If you discover any security related issues, please check SECURITY for steps to report it.
The MIT License (MIT). Please see License File for more information.
You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees at offset.earth/treeware
Read more about Treeware at treeware.earth