neosrulez/assetsource-pixabay

There is no license information available for the latest version (1.0.0) of this package.

Pixabay AssetSource - https://pixabay.com/

1.0.0 2022-02-06 17:01 UTC

This package is not auto-updated.

Last update: 2024-04-16 01:39:59 UTC


README

Pixabay

Pixabay Asset Source

This package provides a Neos Asset Source to access the pixabay.com image database.

Preview

Installation

The NeosRulez.AssetSource.Pixabay package is listed on packagist (https://packagist.org/packages/neosrulez/assetsource-pixabay)

Just run:

composer require neosrulez/assetsource-pixabay

Configuration

Neos:
  Media:
    assetSources:
      pixabay:
        assetSource: 'NeosRulez\AssetSource\Pixabay\AssetSource\PixabayAssetSource'
        assetSourceOptions:
          apiKey: 'your-api-key'
          icon: 'resource://NeosRulez.AssetSource.Pixabay/Public/Pixabay.svg'
          defaultSearchTerm: ''

Notice

If you have full API access at pixabay.com, you will get Full HD scaled images with a maximum width/height of 1920 px.

With the regular API Access, the images have a maximum width/height of 1280 px.

Author