Download the PHP package astrotomic/laravel-unavatar without Composer
On this page you can find all versions of the php package astrotomic/laravel-unavatar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download astrotomic/laravel-unavatar
More information about astrotomic/laravel-unavatar
Files in astrotomic/laravel-unavatar
Package laravel-unavatar
Short Description Laravel integration of unavatar service.
License MIT
Homepage https://astrotomic.info
Informations about the package laravel-unavatar
Laravel Unavatar
This package provides a Laravel wrapper for unavatar.
Installation
You can install the package via composer:
Usage
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.
Blade Component
The package provides a blade component you can use in your views.
You can also publish the used view and customize it.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.
Security
If you discover any security related issues, please check SECURITY for steps to report it.
Credits
- Tom Witkowski
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Treeware
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
All versions of laravel-unavatar with dependencies
ext-json Version *
astrotomic/php-unavatar Version ^0.3.0
illuminate/support Version ^8.0 || ^9.0 || ^10.0 || ^11.0
illuminate/view Version ^8.0 || ^9.0 || ^10.0 || ^11.0