Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Image | 13,435 | 12,727 | 1,842 | 2 days ago | 114 | July 05, 2022 | 387 | mit | PHP | |
PHP Image Manipulation | ||||||||||
Croppa | 477 | 93 | 28 | 6 months ago | 56 | May 30, 2022 | 18 | mit | PHP | |
Image thumbnail creation through specially formatted URLs for Laravel. | ||||||||||
Youtube | 172 | 12 | 1 | a month ago | 24 | September 28, 2020 | mit | PHP | ||
Upload a video to a single YouTube channel with Laravel 5. | ||||||||||
Thumbnail | 98 | 3 | 2 years ago | 12 | October 19, 2017 | 5 | mit | PHP | ||
Thumbnail for a given video using FFMpeg | ||||||||||
Fileuploader | 91 | 4 years ago | 2 | |||||||
Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page. | ||||||||||
Imagine | 66 | 60 | 5 | 2 years ago | 27 | February 24, 2020 | 1 | mit | PHP | |
[Package] Imagine Image Manipulation Wrapper for Laravel | ||||||||||
Laravel Fileapi | 49 | 10 | 20 | 5 years ago | 3 | November 14, 2017 | 4 | mit | PHP | |
Laravel File API with image thumbnail support | ||||||||||
Laravel Image | 37 | 1 | 7 years ago | 1 | September 11, 2016 | mit | PHP | |||
Basic image upload and thumbnail management package for laravel 5+ | ||||||||||
Laravel Thumbnail | 30 | a year ago | 3 | mit | PHP | |||||
Laravel package to resize images with specially formatted URLs | ||||||||||
Photo | 30 | 2 years ago | 28 | July 22, 2021 | 1 | mit | PHP | |||
Laravel Photo Manager |
Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.
// open an image file
$img = Image::make('public/foo.jpg');
// resize image instance
$img->resize(320, 240);
// insert a watermark
$img->insert('public/watermark.png');
// save image in desired format
$img->save('public/bar.jpg');
Refer to the official documentation to learn more about Intervention Image.
Contributions to the Intervention Image library are welcome. Please note the following guidelines before submitting your pull request.
Intervention Image is licensed under the MIT License.
Copyright 2017 Oliver Vogel