PHPackages                             greendot/image-puller-client - 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. greendot/image-puller-client

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

greendot/image-puller-client
============================

Client bundle for image pulling from Greendot admin

v1.1.1(3y ago)04081MITPHPPHP &gt;=7.4

Since Dec 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/KORandi/greendot-image-puller)[ Packagist](https://packagist.org/packages/greendot/image-puller-client)[ RSS](/packages/greendot-image-puller-client/feed)WikiDiscussions master Synced 1mo ago

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

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require greendot/image-puller-client
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Greendot\ImagePullerClient\ImagePullerClientBundle::class => ['all' => true],
];
```

### Step 3: Create configuration file

[](#step-3-create-configuration-file)

Create configuration file in `config/packages/image-puller-client.yaml`

```
image_puller_client:
  jwt_user:
  jwt_pass:
  src:
  endpoint:
```

### Step 4: Allow third party routing

[](#step-4-allow-third-party-routing)

Create configuration file in `config/routes/image-puller-client.yaml`

```
image_puller_client:
    resource: '@ImagePullerClientBundle/Resources/config/routes.yaml'
```

Request format:
---------------

[](#request-format)

Send picture as `form-data` with set `jwt-token` in header.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~37 days

Recently: every ~104 days

Total

14

Last Release

1132d ago

Major Versions

v0.0.1-alpha → v1.0.02022-01-24

0.2 → 1.1.02022-12-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/954b900c04ac052e70dd31e18e659a8bdff22b3415cf3f16fd55a719125ed768?d=identicon)[KORandi](/maintainers/KORandi)

---

Top Contributors

[![KORandi](https://avatars.githubusercontent.com/u/20297382?v=4)](https://github.com/KORandi "KORandi (61 commits)")[![pilotStepan](https://avatars.githubusercontent.com/u/73536311?v=4)](https://github.com/pilotStepan "pilotStepan (3 commits)")[![JakubGreendot](https://avatars.githubusercontent.com/u/121107890?v=4)](https://github.com/JakubGreendot "JakubGreendot (1 commits)")

### Embed Badge

![Health badge](/badges/greendot-image-puller-client/health.svg)

```
[![Health](https://phpackages.com/badges/greendot-image-puller-client/health.svg)](https://phpackages.com/packages/greendot-image-puller-client)
```

###  Alternatives

[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pumukit/pumukit

Media Portal

5714.0k37](/packages/pumukit-pumukit)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)[mezcalito/imgproxy-bundle

115.7k2](/packages/mezcalito-imgproxy-bundle)[codebuds/webp-conversion-bundle

A Symfony bundle to generate WebPImages

124.1k](/packages/codebuds-webp-conversion-bundle)

PHPackages © 2026

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