gguney / brush by gguney

Image manupulation and watermark library for Laravel.
114
0
2
Package Data
Maintainer Username: gguney
Maintainer Contact: gokhanguneygg@gmail.com (Gokhan Guney)
Package Create Date: 2017-02-24
Package Last Update: 2017-10-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:11:49
Package Statistics
Total Downloads: 114
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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