PHPackages                             glue-agency/craft-image-captions - 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. glue-agency/craft-image-captions

ActiveCraft-plugin[Image &amp; Media](/categories/media)

glue-agency/craft-image-captions
================================

Automatically generate image captions

4.0.2(3y ago)092PHPPHP &gt;=8.1

Since Jun 28Pushed 3y ago4 watchersCompare

[ Source](https://github.com/glue-agency/craft-image-captions)[ Packagist](https://packagist.org/packages/glue-agency/craft-image-captions)[ RSS](/packages/glue-agency-craft-image-captions/feed)WikiDiscussions v4 Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Image Captions
==============

[](#image-captions)

Automatically generate image captions using multiple service providers on a per volume basis.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.4.0 or later, and PHP 8.1 or later.

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Image Captions”. Then click on the “Install” button in its modal window.

### With Composer

[](#with-composer)

Open your terminal and run the following commands

```
# Require the plugin through composer
composer require glue-agency/craft-image-captions

# Install the plugin
php craft plugin/install image-captions
```

Integrations
------------

[](#integrations)

Provided out of the box

- [Alt Text AI](https://alttext.ai/)

### Add a Custom Integration

[](#add-a-custom-integration)

Create your custom Integration by extending the `GlueAgency\ImageCaption\integrations\AbstractIntegration` class and impelmenting the `GlueAgency\ImageCaption\integrations\IntegrationInterface` interface.

Hook the `register` event.

```
use GlueAgency\ImageCaption\services\IntegrationService;
use GlueAgency\ImageCaption\events\integrations\RegisterIntegrationsEvent;

Event::on(IntegrationService::class, IntegrationService::EVENT_REGISTER, function(RegisterIntegrationsEvent $event) {
    $event->integrations['your-custom-integration-name'] = YourCustomIntegration::class;
});
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

4

Last Release

1146d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ac8861675294cbb545e7e144ed3b2e2936d1ae156236295082dcc1d837d499e2?d=identicon)[glue-agency](/maintainers/glue-agency)

---

Top Contributors

[![ThomasDeMarez](https://avatars.githubusercontent.com/u/10974106?v=4)](https://github.com/ThomasDeMarez "ThomasDeMarez (3 commits)")

### Embed Badge

![Health badge](/badges/glue-agency-craft-image-captions/health.svg)

```
[![Health](https://phpackages.com/badges/glue-agency-craft-image-captions/health.svg)](https://phpackages.com/packages/glue-agency-craft-image-captions)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k55](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)

PHPackages © 2026

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