PHPackages                             loqus/bynder-craft-cms - 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. [API Development](/categories/api)
4. /
5. loqus/bynder-craft-cms

ActiveCraft-plugin[API Development](/categories/api)

loqus/bynder-craft-cms
======================

Bynder DAM Integration for Craft CMS 5.x

1.0.7(1y ago)09MITPHPPHP ^8.0

Since Sep 19Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/loqus/bynder-craft-cms)[ Packagist](https://packagist.org/packages/loqus/bynder-craft-cms)[ RSS](/packages/loqus-bynder-craft-cms/feed)WikiDiscussions main Synced 1mo ago

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

Unofficial Bynder asset plugin for Craft CMS 5
==============================================

[](#unofficial-bynder-asset-plugin-for-craft-cms-5)

This unofficial plugin integrates [Bynder Digital Asset Management](https://www.loqus.nl/en/) with Craft CMS 5.x by exposing their UCV image selector as a popup that saves the selected image data in a field so the selection can be used in twig templates.

[![Screenshot](resources/img/screenshot-ucv.png)](resources/img/screenshot-ucv.png)

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

[](#installation)

To install the plugin, follow these instructions.

- Open your terminal and go to your Craft project:

```
cd /path/to/project

```

- Then tell Composer to load the plugin:

```
composer require loqus/bynder-craft-cms

```

- In the Control Panel, go to Settings → Plugins and click the “Install” button for 'craft-bynder-assets'.

OR do it via the command line

```
php craft install/plugin bynder-craft-cms

```

- On the settings page, fill out the Bynder portal url without https:// to start using the plugin.

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

[](#requirements)

2 new fields are required for the plugin to work. Add:

- datLocation
- mediaId

fields to the volume(s)

[![Fields](resources/img/fields.png)](resources/img/fields.png)

- If the plugin is installed and the fields have been added you will see two new buttons. One in the asset overview for uploading multiple assets from your Bynder portal

[![Screenshot](resources/img/asset-overview-button.png)](resources/img/asset-overview-button.png)

- And one in the asset detail overview to replace the current image

[![Screenshot](resources/img/asset-detail-button.png)](resources/img/asset-detail-button.png)

Important
---------

[](#important)

When an asset has been chosen, the datLocation and mediaId have been filled and the asset has been saved. A 10% quality image will be saved in the original dimensions in the local folder in order for Craft to have a physical (but smaller) asset. If you remove the values from the datLocation and mediaId fields and save the asset a full size copy is stored locally as a backup.

Templating:
-----------

[](#templating)

### Plain and simple

[](#plain-and-simple)

- The plugin was created as replacement for imager-x

```
{% set image = entry.headerImage.one() %}
{% set compressedImage = craft.imager.transformImage(image, {width: 1000,mode: 'crop', position: '50% 50%'}) %}
```

- You can use the same attributes like this:

```
{% set image = entry.headerImage.one() %}
{% if(image.datLocation is defined and image.datLocation != "" %}
 {% set compressedImage = craft.bynder.transformImage(image, {width: 1000,mode: 'crop', position: '50% 50%'}) %}
{% else %}
 {% set compressedImage = craft.imager.transformImage(image, {width: 1000,mode: 'crop', position: '50% 50%'}) %}
{% endif %}

```

### Available attributes

[](#available-attributes)

```
The mode accepts the most common used imager and bynder transforms: 'crop', 'fit', 'fill' and 'ratio'
Currently there is no support for complex transforms or srcsets
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance50

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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

2

Last Release

605d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d9e20857219e439f7e106eeb8d17a315ee766940b29ced8a93e76ce80f22165?d=identicon)[loqus](/maintainers/loqus)

---

Top Contributors

[![loqus](https://avatars.githubusercontent.com/u/421837?v=4)](https://github.com/loqus "loqus (20 commits)")[![lennartwesdijk](https://avatars.githubusercontent.com/u/10129666?v=4)](https://github.com/lennartwesdijk "lennartwesdijk (1 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginbynderucv

### Embed Badge

![Health badge](/badges/loqus-bynder-craft-cms/health.svg)

```
[![Health](https://phpackages.com/badges/loqus-bynder-craft-cms/health.svg)](https://phpackages.com/packages/loqus-bynder-craft-cms)
```

###  Alternatives

[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)[jsmrtn/craftagram

Grab Instagram content through the Instagram API

141.3k](/packages/jsmrtn-craftagram)

PHPackages © 2026

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