gguney/brush

Image manupulation and watermark library for Laravel.
117
Install
composer require gguney/brush
PHP:>=5.6 || 7.0
License:MIT
Last Updated:Oct 8, 2017
Links: GitHub  ·  Packagist
Maintainer: gguney

Brush - Image Manipulation Library

Just include Brush and use it with your Laravel project. You can decrease the size of your images and insert watermark.

Requirements

  • Brush works with PHP 5.6 or above.

Installation

$ composer require gguney/brush

Usage

Add package's service provider to your config/app.php

...
        GGuney\Brush\BrushServiceProvider::class,
...

Then write this line on cmd.

$ php artisan vendor:publish

This will publish brush.php config file to your app's config folder. So you can change views just by changing this config file.

Author

Gökhan Güney - gokhanguneygg@gmail.com

License

Brush is licensed under the MIT License - see the LICENSE file for details

Related Packages

sequelone/imgso

Библиотека преображения изображений Imgso для Laravel 5, основанная на библиотек...

26 2
folklore/image

Image manipulation library for Laravel 5 based on Imagine and inspired by Croppa...

248,980 269
intervention/image

PHP Image Processing

214,274,858 14,360
bingvanmoorsel/easyimage

Image handling and manipulation library with support for Laravel integration

119 0