Looking to hire Laravel developers? Try LaraJobs

laravel-tinify maintained by orh

Description
Tinify API client for Laravel
Author
Last update
2021/08/23 11:48 (dev-master)
License
Links
Downloads
20

Comments
comments powered by Disqus

安装

$ composer require orh/laravel-tinify

发布配置

$ php artisan vendor:publish --tag=tinify-config

使用

$tinify = app('tinify');
$source = $tinify->fromFile("unoptimized.webp");
$source->toFile("optimized.webp");

License

MIT