PHPackages                             jkf8x8/autoimg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. jkf8x8/autoimg

ActiveLibrary[Image &amp; Media](/categories/media)

jkf8x8/autoimg
==============

0.0.3(7y ago)011MITPHP

Since Mar 8Pushed 7y agoCompare

[ Source](https://github.com/jkf8x8/laravel-autoimage)[ Packagist](https://packagist.org/packages/jkf8x8/autoimg)[ RSS](/packages/jkf8x8-autoimg/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

autoimage
=========

[](#autoimage)

安装
--

[](#安装)

composer require jkf8x8/autoimg

配置
--

[](#配置)

config/app中
-----------

[](#configapp中)

在$providers中添加 providers
------------------------

[](#在providers中添加-providers)

Jkf8x8\\Autoimg\\AutoimgServiceProvider::class,

在$aliases数组中添加 facade
---------------------

[](#在aliases数组中添加-facade)

'Autoimg'=&gt;Jkf8x8\\Autoimg\\Facades\\Autoimg::class,

eg:
===

[](#eg)

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use Autoimg;
class Test extends Controller
{
    public function index(){
        //支持多图上传
        //return array
         // $file = $request->filename;
        // return Autoimg::thumb($file);
        //生成50*50头像
        return Autoimg::thumb($file,[[50,50]]);
    }
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

2618d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4197fbb99ba80992464c86014247c9c44035312559d2dd96336aec55e3ef39ae?d=identicon)[jkf8x8](/maintainers/jkf8x8)

---

Top Contributors

[![jkf8x8](https://avatars.githubusercontent.com/u/37438900?v=4)](https://github.com/jkf8x8 "jkf8x8 (12 commits)")

### Embed Badge

![Health badge](/badges/jkf8x8-autoimg/health.svg)

```
[![Health](https://phpackages.com/badges/jkf8x8-autoimg/health.svg)](https://phpackages.com/packages/jkf8x8-autoimg)
```

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[jenssegers/imagehash

Perceptual image hashing for PHP

2.1k2.2M5](/packages/jenssegers-imagehash)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M100](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[lasserafn/php-initial-avatar-generator

A package to generate avatars with initials for PHP

4374.2M13](/packages/lasserafn-php-initial-avatar-generator)[rtippin/messenger

Laravel messenger suite.

45035.8k4](/packages/rtippin-messenger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
