PHPackages                             wwwision/neos-assetsource-pimcore - 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. wwwision/neos-assetsource-pimcore

ActiveNeos-package

wwwision/neos-assetsource-pimcore
=================================

Pimcore asset source for Neos CMS

1.3.0(3y ago)3733↓100%GPL-3.0-or-laterPHPPHP &gt;=7.4

Since Aug 11Pushed 3y ago3 watchersCompare

[ Source](https://github.com/bwaidelich/Wwwision.Neos.AssetSource.Pimcore)[ Packagist](https://packagist.org/packages/wwwision/neos-assetsource-pimcore)[ RSS](/packages/wwwision-neos-assetsource-pimcore/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Wwwision.Neos.AssetSource.Pimcore
=================================

[](#wwwisionneosassetsourcepimcore)

[Pimcore](https://pimcore.com/) asset source for Neos CMS

Setup
-----

[](#setup)

### Install package via composer

[](#install-package-via-composer)

```
composer require wwwision/neos-assetsource-pimcore

```

### Configure Pimcore asset source

[](#configure-pimcore-asset-source)

In a global (or site specific) `Settings.yaml`:

```
Neos:
  Media:
    assetSources:
      'pimcore':
        assetSource: 'Wwwision\Neos\AssetSource\Pimcore\AssetSource\PimcoreAssetSource'
        assetSourceOptions:
          label: 'Pimcore'
          description: 'Pimcore Asset Source'

          api:
            baseUrl: ''
            endpoint: ''
            apiKey: ''
```

**Note:** Additional options for the HTTP client can be defined via `additionalConfiguration`. For example in order to disable SSL checks:

```
Neos:
  Media:
    assetSources:
      'pimcore':
          # ...
          api:
            # ...
            additionalConfiguration:
              verify: false
```

### (Optionally) disable Neos asset source

[](#optionally-disable-neos-asset-source)

If the Pimcore asset source should be used exlusivly, the built-in "neos" asset source can be disabled globally via `Settings.yaml`:

```
Neos:
  Media:
    assetSources:
      'neos': ~
```

Pimcore
-------

[](#pimcore)

For the Pimcore API to work with this package, the following steps are required

### Active GraphQL configuration

[](#active-graphql-configuration)

A Datahub GraphQL configuration is required with *Read* access to the `Assset`, `Asset Folder` and `Asset Listing` types at least

### Image Thumbnail configurations

[](#image-thumbnail-configurations)

Two image thumbnail configurations should be created, in order to provide a good UX in the Neos backend:

- `thumbnail` with a *Contain* transformation of 250x250 px
- `preview` with a *Cover* transformation of 1200x1200 px

Alternatively, the `thumbnailConfigurationName` and/or `previewThumbnailConfigurationName` options can be specified to use different thumbnail configurations:

```
Neos:
  Media:
    assetSources:
      'pimcore':
          # ...
          api:
            # ...
            thumbnailConfigurationName: 'gallery-thumbnail'
            previewThumbnailConfigurationName: 'gallery-full-width'
```

Acknowledgements
----------------

[](#acknowledgements)

The development of this package was generously sponsored by [Marktplatz GmbH - Agentur für Web &amp; App](https://www.marktplatz-agentur.de/). Thank you for supporting Open Source development!

Contribution
------------

[](#contribution)

Contributions in the form of issues or pull requests are highly appreciated

License
-------

[](#license)

See [LICENSE](./LICENSE)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

4

Last Release

1120d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/307571?v=4)[Bastian Waidelich](/maintainers/bwaidelich)[@bwaidelich](https://github.com/bwaidelich)

---

Top Contributors

[![bwaidelich](https://avatars.githubusercontent.com/u/307571?v=4)](https://github.com/bwaidelich "bwaidelich (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wwwision-neos-assetsource-pimcore/health.svg)

```
[![Health](https://phpackages.com/badges/wwwision-neos-assetsource-pimcore/health.svg)](https://phpackages.com/packages/wwwision-neos-assetsource-pimcore)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[sylius/core

Sylius e-commerce core. It integrates all components.

10143.1k31](/packages/sylius-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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