Download the PHP package fractal512/laravel-og-image without Composer
On this page you can find all versions of the php package fractal512/laravel-og-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fractal512/laravel-og-image
More information about fractal512/laravel-og-image
Files in fractal512/laravel-og-image
Package laravel-og-image
Short Description Open Graph image generator for Laravel based on Intervention Image - PHP image processing library
License MIT
Homepage https://github.com/fractal512/laravel-og-image
Informations about the package laravel-og-image
Open Graph Image Generator for Laravel
Open Graph image generator for Laravel based on Intervention Image - PHP image processing library.
Features:
- Image generation with fully customizable text, logo, background and overlay
- Background image effects, like a blur, grayscale, etc.
- Custom fading overlay over background
- Easy switch between GD and Imagick drivers
Requirements
- PHP 8.1 or higher
- Laravel 9.x - 10.x
- Intervention Image 3.0 or higher
Installation
The package can be installed via composer:
Publish the configuration file with:
Usage
Use make()
method to create Open Graph image with default settings:
Custom background can be passed as a second parameter in make()
method:
If necessary, other settings can be set using Config::set('key', 'value')
facade method:
Configuration
Built-in default configuration settings list:
Credits
- Denys Vashchuk (fractal512)
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-og-image with dependencies
fractal512/og-image Version ^0.1
illuminate/support Version ^8.0 || ^9.0 || ^10.0
intervention/image Version ^3.0