Skip to content

Commit ee9caac

Browse files
committed
Badges
1 parent 8aa2d45 commit ee9caac

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Croppa
22

3-
[![Packagist](https://img.shields.io/packagist/v/bkwld/croppa.svg)](https://packagist.org/packages/bkwld/croppa)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/bkwld/croppa.svg)](https://packagist.org/packages/bkwld/croppa)
4+
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
5+
[![run-tests](https://github.com/bkwld/croppa/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/bkwld/croppa/actions/workflows/tests.yml)
6+
[![PHPStan](https://github.com/bkwld/croppa/actions/workflows/phpstan.yml/badge.svg?branch=master)](https://github.com/bkwld/croppa/actions/workflows/phpstan.yml)
7+
[![Rector](https://github.com/bkwld/croppa/actions/workflows/rector.yml/badge.svg?branch=master)](https://github.com/bkwld/croppa/actions/workflows/rector.yml)
8+
[![Pint](https://github.com/bkwld/croppa/actions/workflows/pint.yml/badge.svg)](https://github.com/bkwld/croppa/actions/workflows/pint.yml)
49

510
Croppa is a thumbnail generator bundle for Laravel. It follows a different approach from libraries that store your thumbnail dimensions in the model. Instead, the resizing and cropping instructions come from specially formatted URLs.
611

0 commit comments

Comments
 (0)