From fd86fb3e499e334febbd623fc1e956c7540b9ede Mon Sep 17 00:00:00 2001 From: Murugan D Date: Mon, 15 Jun 2026 10:09:25 +0530 Subject: [PATCH] Add Laravel package: yasmuru/ys-tinify-laravel --- laravel-ys-tinify.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 laravel-ys-tinify.md diff --git a/laravel-ys-tinify.md b/laravel-ys-tinify.md new file mode 100644 index 0000000..173b818 --- /dev/null +++ b/laravel-ys-tinify.md @@ -0,0 +1,13 @@ +--- +collection: Development +platform: Laravel +type: Package +developer: Murugan D +developer_url: https://github.com/yasmuru +price: Free +url: https://github.com/yasmuru/ys-tinify-laravel +--- + +Laravel package that wraps the Tinify API to compress and resize PNG, JPEG, +and WebP images. Supports compressing from local files, buffers, or remote +URLs, and offers direct upload of optimized output to AWS S3.